Changeset 1230
- Timestamp:
- Apr 29, 2007 6:27:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjsip/src/test-pjsip/uri_test.c
r974 r1230 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.