Ignore:
Timestamp:
Oct 22, 2008, 11:24:04 PM (17 years ago)
Author:
bird
Message:

strcache2: hash1 -> hash; -hash2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/incdep.c

    r1912 r1913  
    769769{
    770770  if (!entry->user)
    771     entry->user = (void *)strcache2_add_hashed_file (&file_strcache,
    772                                                      (const char *)(entry + 1),
    773                                                      entry->length,
    774                                                      entry->hash1,
    775                                                      1);
     771    entry->user = (void *) strcache2_add_hashed_file (&file_strcache,
     772                                                      (const char *)(entry + 1),
     773                                                      entry->length, entry->hash);
    776774  return (const char *)entry->user;
    777775}
Note: See TracChangeset for help on using the changeset viewer.