Changeset 4614 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Oct 8, 2013 11:13:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r4544 r4614 1384 1384 */ 1385 1385 if (info->status != PJ_SUCCESS) 1386 pj_memcpy(&call->med_ch_info, info, sizeof( info));1386 pj_memcpy(&call->med_ch_info, info, sizeof(*info)); 1387 1387 1388 1388 /* Check whether all the call's medias have finished calling their
Note: See TracChangeset
for help on using the changeset viewer.