IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r11396 r11687  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-01-30 00:05:16 $
     6 *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-02-07 23:58:17 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10061006        FILE *f = fopen (config->argv[Narg], "r");
    10071007        if (f == NULL) {
    1008             psAbort ("psphot", "unable to open specified list file");
     1008            psAbort("unable to open specified list file");
    10091009        }
    10101010        while (fgets (line, 1024, f) != NULL) {
     
    10201020            default:
    10211021                // rigid format, no comments allowed?
    1022                 psAbort ("pmConfig", "error parsing input list file");
     1022                psAbort("error parsing input list file");
    10231023                break;
    10241024            }
Note: See TracChangeset for help on using the changeset viewer.