Changeset 2749 for pjproject/trunk
- Timestamp:
- Jun 4, 2009 10:08:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/string_i.h
r2394 r2749 33 33 const pj_str_t *src) 34 34 { 35 /* Without this, destination will be corrupted */ 36 if (dst == src) 37 return dst; 38 35 39 if (src->slen) { 36 40 dst->ptr = (char*)pj_pool_alloc(pool, src->slen);
Note: See TracChangeset
for help on using the changeset viewer.