- Timestamp:
- Jun 25, 2009 1:29:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.0/pjlib/include/pj/string_i.h
r2394 r2819 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.