Changeset 2368 for trunk/psLib/src/fileUtils/psLookupTable.c
- Timestamp:
- Nov 15, 2004, 10:32:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fileUtils/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fileUtils/psLookupTable.c
r2345 r2368 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-11-1 2 20:25:57$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-15 20:32:42 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 467 467 if((fp=fopen(table->fileName, "r")) == NULL) { 468 468 psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psLookupTable_FILE_NOT_FOUND, table->fileName); 469 return NULL;469 return table; 470 470 } 471 471
Note:
See TracChangeset
for help on using the changeset viewer.
