Changeset 9002 for trunk/psLib/src/sys/psSlurp.c
- Timestamp:
- Sep 26, 2006, 5:50:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psSlurp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psSlurp.c
r9001 r9002 5 5 * @author Joshua Hoblitt, University of Hawaii 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-09-27 03: 28:52$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-09-27 03:50:19 $ 9 9 * 10 10 * Copyright 2006 University of Hawaii … … 49 49 50 50 // append '\0' to the end of the string 51 str[used + 1] = '\0';51 str[used] = '\0'; 52 52 53 53 return str;
Note:
See TracChangeset
for help on using the changeset viewer.
