Changeset 4308 for trunk/psLib/src/sysUtils/psErrorCodes.c
- Timestamp:
- Jun 17, 2005, 1:44:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.c
r3682 r4308 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 4-07 20:27:41 $9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-17 23:44:21 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 * $2 The error description (rest of the line in psErrorCodes.dat) 30 30 * $n The order of the source line in psErrorCodes.dat (comments excluded) 31 * 31 * 32 32 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End! ANY CHANGES WILL BE OVERWRITTEN. 33 33 */ … … 90 90 static void freeErrorDescription(psErrorDescription* err) 91 91 { 92 psFree( (psPtr)err->description);92 psFree(err->description); 93 93 } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.
