Changeset 4392 for trunk/psLib/src/sysUtils/psError.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.c
r4342 r4392 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 2 02:05:41$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-25 02:02:05 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 62 62 err->code = code; 63 63 64 psMemSetDeallocator(err,(psFreeF cn)errFree);64 psMemSetDeallocator(err,(psFreeFunc)errFree); 65 65 66 66 return err;
Note:
See TracChangeset
for help on using the changeset viewer.
