Changeset 8233
- Timestamp:
- Aug 8, 2006, 1:39:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.c.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.c.in
r8232 r8233 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-08-08 23:3 2:23$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-08-08 23:39:59 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 112 112 if (errors == NULL) { 113 113 psError(PS_ERR_BAD_PARAMETER_NULL, true, 114 PS_ERRORTEXT_psErrorCode_NULL_ERRORDESCRIPTION);114 _("Specified psErrorDescription pointer can not be NULL.")); 115 115 return; 116 116 } … … 137 137 138 138 psError(PS_ERR_UNKNOWN, false, 139 PS_ERRORTEXT_psErrorCode_ERRORCODE_REGISTER_FAILED,139 _("Failed to add input psErrorDescription at array index %d."), 140 140 i); 141 141 }
Note:
See TracChangeset
for help on using the changeset viewer.
