IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2007, 2:11:02 PM (19 years ago)
Author:
Paul Price
Message:

Suppress error if STATS not found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r13341 r13359  
    1313bool ppSubLoop(pmConfig *config)
    1414{
    15     const char *statsName = psMetadataLookupStr(NULL, config->arguments, "STATS"); // Filename for statistics
     15    bool mdok;                          // Status of MD lookup
     16    const char *statsName = psMetadataLookupStr(&mdok, config->arguments, "STATS"); // Filename for statistics
    1617    psMetadata *stats = NULL;           // Container for statistics
    1718    FILE *statsFile = NULL;             // File stream for statistics
Note: See TracChangeset for help on using the changeset viewer.