Changeset 4537 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r4518 r4537 387 387 if (status != PJ_SUCCESS) { 388 388 pj_str_t err_str; 389 int title_len;389 pj_ssize_t title_len; 390 390 391 391 call->last_code = PJSIP_SC_TEMPORARILY_UNAVAILABLE;
Note: See TracChangeset
for help on using the changeset viewer.