Changeset 9745 for trunk/psLib/src/types
- Timestamp:
- Oct 24, 2006, 6:58:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psLookupTable.c
r9730 r9745 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-10-2 4 22:52:56$9 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-10-25 04:58:38 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 564 564 return NULL; 565 565 } 566 } 567 if (strValue != NULL && strNum == NULL) { 568 psError(PS_ERR_UNKNOWN, true, 569 "Parsing text file failed - missing table value(s)."); 570 fclose(fp); 571 psFree(outputArray); 572 psFree(line); 573 psFree(strValue); 574 return NULL; 566 575 } 567 576 } // ignore line
Note:
See TracChangeset
for help on using the changeset viewer.
