Changeset 1969
- Timestamp:
- Oct 5, 2004, 3:05:41 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psString.c (modified) (2 diffs)
-
sysUtils/psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r1731 r1969 8 8 * 9 9 * @author Eric Van Alst, MHPCC 10 * 11 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004- 09-08 21:22:47$10 * 11 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-06 01:05:41 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 // Ensure the last byte is NULL character 51 51 if (nChar > 0) { 52 returnValue[nChar - 1] = '\0';52 returnValue[nChar] = '\0'; 53 53 } 54 54 // Return the string pointer -
trunk/psLib/src/sysUtils/psString.c
r1731 r1969 8 8 * 9 9 * @author Eric Van Alst, MHPCC 10 * 11 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004- 09-08 21:22:47$10 * 11 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-06 01:05:41 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 // Ensure the last byte is NULL character 51 51 if (nChar > 0) { 52 returnValue[nChar - 1] = '\0';52 returnValue[nChar] = '\0'; 53 53 } 54 54 // Return the string pointer
Note:
See TracChangeset
for help on using the changeset viewer.
