Changeset 3070
- Timestamp:
- Jan 21, 2010 5:27:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_uri.c
r2394 r3070 399 399 */ 400 400 401 /* Characters other than those in the reservedset (see RFC 2396 [5])402 * are equivalent to their encoding.401 /* Characters other than those in the reserved set (see RFC 2396 [5]) 402 * are equivalent to their encoding. 403 403 */ 404 404 … … 533 533 name->uri = NULL; 534 534 name->display.slen = 0; 535 name->display.ptr = NULL; 535 536 } 536 537
Note: See TracChangeset
for help on using the changeset viewer.