Changeset 7905
- Timestamp:
- Jul 14, 2006, 10:06:43 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
r7901 r7905 13 13 * @author David Robbins, MHPCC 14 14 * 15 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-07-14 02:26:25$15 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-07-14 20:06:43 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 255 255 } 256 256 if (!psMemCheckString(input)) { 257 return input; 257 psError(PS_ERR_BAD_PARAMETER_TYPE, true, "This function requires a psString as input.\n"); 258 return NULL; 258 259 } 259 260
Note:
See TracChangeset
for help on using the changeset viewer.
