Changeset 9623 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Oct 18, 2006, 5:26:33 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
r8905 r9623 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $14 * @date $Date: 2006- 09-23 02:49:11$13 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-10-18 15:26:33 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 247 247 void psErrorStackPrint(FILE *fd, const char *format, ...) 248 248 { 249 if (fd == NULL) { 250 fd = stdout; 251 } 252 249 253 va_list ap; // variable list arguement pointer 250 254
Note:
See TracChangeset
for help on using the changeset viewer.
