Index: trunk/psLib/src/sys/psLogMsg.c
===================================================================
--- trunk/psLib/src/sys/psLogMsg.c	(revision 19872)
+++ trunk/psLib/src/sys/psLogMsg.c	(revision 19885)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-02-06 20:33:18 $
+ *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-10-03 21:55:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -321,5 +321,5 @@
 
         // detect multiple lines in message and indent each line by 4 spaces.
-        char* msgPtr;
+        char *msgPtr = NULL;
         char *line = strtok_r(msg, "\n", &msgPtr);
         while (line) {
