- Timestamp:
- Nov 5, 2010, 9:50:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psLib/src/sys/psSlurp.c
r12072 r29680 38 38 // increase the allocated string size 39 39 size += SLURP_SIZE; 40 str = ps Realloc(str, size);40 str = psStringRealloc(str, size); 41 41 42 42 // read a block from the stream
Note:
See TracChangeset
for help on using the changeset viewer.
