IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2010, 4:17:29 PM (16 years ago)
Author:
rhenders
Message:

Error handling changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPspsBatchInit.c

    r27345 r27686  
    1414
    1515*/
    16 bool ippToPsps_batchInit(IppToPsps *this) {
     16int ippToPsps_batchInit(IppToPsps *this) {
    1717
    18     return ippToPspsConfig_populateFromFile(this->config, this->fitsOut);
     18    if (!ippToPspsConfig_populateFromFile(this->config, this->fitsOut)) return PS_EXIT_CONFIG_ERROR;
     19
     20    return PS_EXIT_SUCCESS;
    1921}
    2022
Note: See TracChangeset for help on using the changeset viewer.