Ignore:
Timestamp:
Oct 17, 2008, 1:15:30 AM (17 years ago)
Author:
bird
Message:

kmk: replaced strcache with strcacahe2.

File:
1 edited

Legend:

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

    r1868 r1870  
    850850      entry->str[len] = '\0';
    851851      entry->length = len;
    852       strcache_prehash_str (entry->str, &entry->hash1, &entry->hash2);
     852      strcache_prehash_str (entry->str, len, &entry->hash1, &entry->hash2);
    853853
    854854      ret = (const char *)entry;
Note: See TracChangeset for help on using the changeset viewer.