Changeset 1731 for trunk/psLib/src/sysUtils/psString.c
- Timestamp:
- Sep 8, 2004, 11:22:47 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psString.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psString.c
r1715 r1731 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-09-08 00:15:16$11 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-08 21:22:47 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 22 22 23 23 #include "psSysUtilsErrors.h" 24 #define ERRORNAME_PREFIX PS_ERRORNAME_DOMAIN ".psString."25 24 26 25 char *psStringCopy(const char *str) … … 39 38 if (nChar < 0) { 40 39 // Log error message and return NULL 41 psErrorMsg( ERRORNAME_PREFIX"psStringNCopy", PS_ERR_BAD_PARAMETER_VALUE, true,40 psErrorMsg(PS_ERRORNAME_DOMAIN "psStringNCopy", PS_ERR_BAD_PARAMETER_VALUE, true, 42 41 PS_ERRORTEXT_psString_NCHAR_NEGATIVE, 43 42 nChar);
Note:
See TracChangeset
for help on using the changeset viewer.
