Changeset 110 for trunk/src/helpers/xstring.c
- Timestamp:
- Oct 15, 2001, 11:17:25 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/xstring.c
r108 r110 396 396 ) 397 397 { 398 pxstr->psz = realloc(pxstr->psz,399 pxstr->ulLength + 1);398 pxstr->psz = (PSZ)realloc(pxstr->psz, 399 pxstr->ulLength + 1); 400 400 pxstr->cbAllocated = pxstr->ulLength + 1; 401 401 }
Note:
See TracChangeset
for help on using the changeset viewer.