Index: trunk/psLib/src/sys/psError.c
===================================================================
--- trunk/psLib/src/sys/psError.c	(revision 8905)
+++ trunk/psLib/src/sys/psError.c	(revision 9623)
@@ -11,6 +11,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-23 02:49:11 $
+ *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-18 15:26:33 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -247,4 +247,8 @@
 void psErrorStackPrint(FILE *fd, const char *format, ...)
 {
+    if (fd == NULL) {
+        fd = stdout;
+    }
+
     va_list ap;             // variable list arguement pointer
 
