Index: /trunk/psLib/test/sys/tap_psString.c
===================================================================
--- /trunk/psLib/test/sys/tap_psString.c	(revision 11682)
+++ /trunk/psLib/test/sys/tap_psString.c	(revision 11683)
@@ -20,6 +20,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-02-06 03:37:40 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-02-07 22:34:43 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -57,5 +57,5 @@
 psS32 testStrCheck(void);
 
-static const char* const NullString = "";
+static const char* const NullString = " ";
 
 
@@ -538,5 +538,5 @@
     ssize_t outSize = 0;
     char** nullDest = NULL;
-    char** test;
+    char** test = NULL;
     //psStringCopy should return NULL for NULL input string
     //    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
