Changeset 5701 for pjproject/trunk/pjsip/src/pjsip-simple/presence_body.c
- Timestamp:
- Nov 22, 2017 6:59:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/presence_body.c
r3553 r5701 87 87 /* xs:ID must start with letter */ 88 88 //pj_create_unique_string(pool, &id); 89 id.ptr = (char*)pj_pool_alloc(pool, PJ_GUID_STRING_LENGTH+2);89 id.ptr = (char*)pj_pool_alloc(pool, pj_GUID_STRING_LENGTH()+2); 90 90 id.ptr += 2; 91 91 pj_generate_unique_string(&id);
Note: See TracChangeset
for help on using the changeset viewer.