Changeset 1231 for pjproject/trunk/pjsip/src/test-pjsip/uri_test.c
- Timestamp:
- Apr 29, 2007 6:29:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/uri_test.c
r974 r1231 511 511 pj_strdup2(pool, &url->host, "localhost"); 512 512 //pj_strdup2(pool, &url->other_param, ";pvalue=\"hello world\""); 513 param_add(url->other_param, "pvalue", " hello world");513 param_add(url->other_param, "pvalue", "\"hello world\""); 514 514 return (pjsip_uri*)url; 515 515 }
Note: See TracChangeset
for help on using the changeset viewer.