- Timestamp:
- Mar 13, 2014 9:33:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_multipart.c
r4537 r4792 183 183 src = (const struct multipart_data*) data; 184 184 dst = PJ_POOL_ALLOC_T(pool, struct multipart_data); 185 pj_list_init(&dst->part_head); 185 186 186 187 pj_strdup(pool, &dst->boundary, &src->boundary);
Note: See TracChangeset
for help on using the changeset viewer.