Changeset 11687 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Feb 7, 2007, 1:58:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r11396 r11687 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.7 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-30 00:05:16$6 * @version $Revision: 1.77 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-02-07 23:58:17 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1006 1006 FILE *f = fopen (config->argv[Narg], "r"); 1007 1007 if (f == NULL) { 1008 psAbort ("psphot","unable to open specified list file");1008 psAbort("unable to open specified list file"); 1009 1009 } 1010 1010 while (fgets (line, 1024, f) != NULL) { … … 1020 1020 default: 1021 1021 // rigid format, no comments allowed? 1022 psAbort ("pmConfig","error parsing input list file");1022 psAbort("error parsing input list file"); 1023 1023 break; 1024 1024 }
Note:
See TracChangeset
for help on using the changeset viewer.
