Ignore:
Timestamp:
Apr 22, 2007 12:48:30 PM (17 years ago)
Author:
bennylp
Message:

Merged changes from the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/pjlib/src/pj/hash.c

    r974 r1210  
    134134    if (hval && *hval != 0) { 
    135135        hash = *hval; 
     136        if (keylen==PJ_HASH_KEY_STRING) { 
     137            keylen = pj_ansi_strlen((const char*)key); 
     138        } 
    136139    } else { 
    137140        /* This slightly differs with pj_hash_calc() because we need  
Note: See TracChangeset for help on using the changeset viewer.