Changeset 2273 for trunk/psLib/src/sysUtils/psString.c
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psString.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psString.c
r2204 r2273 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-1 0-27 00:57:31$11 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-04 01:05:00 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 if (nChar < 0) { 39 39 // Log error message and return NULL 40 psError Msg(PS_ERRORNAME_DOMAIN "psStringNCopy",PS_ERR_BAD_PARAMETER_VALUE, true,41 PS_ERRORTEXT_psString_NCHAR_NEGATIVE,42 nChar);40 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 41 PS_ERRORTEXT_psString_NCHAR_NEGATIVE, 42 nChar); 43 43 return NULL; 44 44 }
Note:
See TracChangeset
for help on using the changeset viewer.
