Changeset 1873 for trunk/psLib/src/sysUtils/psErrorCodes.c
- Timestamp:
- Sep 23, 2004, 3:09:18 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.c
r1818 r1873 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09- 16 18:51:32$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-24 01:09:18 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 84 84 const char *psErrorCodeString(psErrorCode code) 85 85 { 86 // Check input argument is non-negative 87 if ( code < 0 ) { 88 return NULL; 89 } 90 86 91 psErrorDescription* desc = getErrorDescription(code); 87 92
Note:
See TracChangeset
for help on using the changeset viewer.
