Changeset 2287 for pjproject/trunk/pjsip/src/test-pjsip/uri_test.c
- Timestamp:
- Sep 16, 2008 6:09:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/uri_test.c
r2039 r2287 728 728 729 729 if (entry->len == 0) 730 entry->len = pj_ native_strlen(entry->str);730 entry->len = pj_ansi_strlen(entry->str); 731 731 732 732 #if defined(PJSIP_UNESCAPE_IN_PLACE) && PJSIP_UNESCAPE_IN_PLACE!=0
Note: See TracChangeset
for help on using the changeset viewer.