- Timestamp:
- Apr 11, 2007 7:46:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjlib/src/pj/hash.c
r974 r1185 134 134 if (hval && *hval != 0) { 135 135 hash = *hval; 136 if (keylen==PJ_HASH_KEY_STRING) { 137 keylen = pj_ansi_strlen((const char*)key); 138 } 136 139 } else { 137 140 /* This slightly differs with pj_hash_calc() because we need
Note: See TracChangeset
for help on using the changeset viewer.