Changeset 10891
- Timestamp:
- Jan 3, 2007, 11:45:54 AM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psError.c
r10890 r10891 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1.41.2. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-01-03 21:4 3:57$13 * @version $Revision: 1.41.2.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-03 21:45:54 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 288 288 { 289 289 psArray *errorStack = psErrorStackGetNoAlloc(); 290 // do nothing if the reerror stack has not been allocated290 // do nothing if the error stack has not been allocated 291 291 if (!errorStack) { 292 292 return;
Note:
See TracChangeset
for help on using the changeset viewer.
