IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 3:08:13 PM (19 years ago)
Author:
Paul Price
Message:

Adding maskVal parameter to ppStats so that when it's called as a library function, it uses the nominated maskVal rather than it's own (which may be completely different from what the parent program may think it should mask).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsSetupFromArgs.c

    r13640 r13658  
    191191
    192192    // Get the rest from the recipe
    193     ppStatsSetupFromRecipe(data, config);
     193    if (!ppStatsSetupFromRecipe(data, config)) {
     194        psError(PS_ERR_UNKNOWN, false, "Unable to read ppStats options from recipe.");
     195        psFree(data);
     196        return NULL;
     197    }
    194198
    195199    // Print out what we're going to do
Note: See TracChangeset for help on using the changeset viewer.