Changeset 9730 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (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
r9623 r9730 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-10- 18 15:26:33$13 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-10-24 22:52:56 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 84 84 if ((errorStack = pthread_getspecific(errorStack_key)) == NULL) { 85 85 // allocate the error stack 86 errorStack = psArrayAlloc (MAX_ERROR_STACK_SIZE);86 errorStack = psArrayAllocEmpty(MAX_ERROR_STACK_SIZE); 87 87 p_psMemSetPersistent(errorStack, true); 88 88 p_psMemSetPersistent(errorStack->data, true);
Note:
See TracChangeset
for help on using the changeset viewer.
