Changeset 3246 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Feb 16, 2005, 3:58:43 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r2971 r3246 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 1-13 19:50:45$12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-17 01:58:42 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 77 77 char errMsg[2048]; 78 78 psErr* err; 79 char msgName[ 256];79 char msgName[1024]; 80 80 81 snprintf(msgName, 256,"%s (%s:%d)",func,file,lineno);81 snprintf(msgName,1024,"%s (%s:%d)",func,file,lineno); 82 82 83 83 va_list argPtr; // variable list arguement pointer
Note:
See TracChangeset
for help on using the changeset viewer.
