IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7908


Ignore:
Timestamp:
Jul 14, 2006, 10:17:49 AM (20 years ago)
Author:
rhl
Message:

Check pmConfigRead()'s return value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotArguments.c

    r7829 r7908  
    1515    pmConfig *config = pmConfigRead(&argc, argv);
    1616    if (config == NULL) {
    17         psError(PSPHOT_ERR_CONFIG, false, "Can't find site configuration");
     17        psError(PSPHOT_ERR_CONFIG, false, "Can't read site configuration");
    1818        return NULL;
    1919    }
Note: See TracChangeset for help on using the changeset viewer.