Changeset 14464
- Timestamp:
- Aug 10, 2007, 10:20:38 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r11686 r14464 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 2-07 23:52:54$13 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-08-10 20:20:38 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 111 111 pthread_mutex_lock(&lockErrorStack); 112 112 if (errorStackKeyInitialized == false) { 113 pthread_mutex_unlock(&lockErrorStack); 113 114 return NULL; 114 115 }
Note:
See TracChangeset
for help on using the changeset viewer.
