Changeset 7300 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Jun 2, 2006, 11:33:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r7250 r7300 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 5-31 19:53:36$12 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-02 21:33:34 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 167 167 { 168 168 return psErrorGet(0); 169 } 170 171 psErrorCode psErrorCodeLast(void) 172 { 173 const psErr *err = psErrorGet(0); 174 psErrorCode code = err->code; 175 psFree(err); 176 177 return code; 169 178 } 170 179
Note:
See TracChangeset
for help on using the changeset viewer.
