Changeset 15496
- Timestamp:
- Nov 7, 2007, 4:59:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r14682 r15496 13 13 * @author David Robbins, MHPCC 14 14 * 15 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $16 * @date $Date: 2007- 08-28 02:55:51$15 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-11-08 02:59:58 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 101 101 } 102 102 103 nChar = PS_MIN(nChar, strlen(string)); 104 103 105 // Copy input string to memory allocated up to nChar characters 104 106 psString output = p_psStringAlloc(file, lineno, func, nChar + 1);
Note:
See TracChangeset
for help on using the changeset viewer.
