Index: trunk/psLib/src/fileUtils/psLookupTable.c
===================================================================
--- trunk/psLib/src/fileUtils/psLookupTable.c	(revision 2345)
+++ trunk/psLib/src/fileUtils/psLookupTable.c	(revision 2368)
@@ -8,6 +8,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-12 20:25:57 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-15 20:32:42 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -467,5 +467,5 @@
     if((fp=fopen(table->fileName, "r")) == NULL) {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND, table->fileName);
-        return NULL;
+        return table;
     }
 
