Changeset 4537 for pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r4521 r4537 2469 2469 if (len < 1) { 2470 2470 pj_ansi_strcpy(tmp, "<-error: uri too long->"); 2471 len = pj_ansi_strlen(tmp);2471 len = (int)pj_ansi_strlen(tmp); 2472 2472 } 2473 2473 pj_strdup2_with_null(dlg->pool, &dlg->remote.info_str, tmp);
Note: See TracChangeset
for help on using the changeset viewer.