Changeset 8801
- Timestamp:
- Sep 12, 2006, 11:25:59 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
r8800 r8801 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-09-12 21: 10:22$13 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-09-12 21:25:59 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 psArrayAdd(errorStack, 0, err); 62 62 } else { 63 psAbort(__func__, "attempt to exceed maximum error stack depth of % d",64 MAX_ERROR_STACK_SIZE);63 psAbort(__func__, "attempt to exceed maximum error stack depth of %ld", 64 (long)MAX_ERROR_STACK_SIZE); 65 65 } 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
