Changeset 11675
- Timestamp:
- Feb 6, 2007, 3:21:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.c.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.c.in
r11668 r11675 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-02-0 6 21:36:09$9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-02-07 01:21:54 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 67 67 static void freeErrorDescription(psErrorDescription* err) 68 68 { 69 psFree( err->description);69 psFree((void *)err->description); 70 70 } 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
