Changeset 5569 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Nov 22, 2005, 9:11:07 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r4540 r5569 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005- 07-12 19:12:01$14 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-11-22 19:11:07 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 54 54 // Ensure the last byte is NULL character 55 if (nChar > 0) { 56 returnValue[nChar] = '\0'; 57 } 55 returnValue[nChar] = '\0'; 56 58 57 // Return the string pointer 59 58 return returnValue;
Note:
See TracChangeset
for help on using the changeset viewer.
