IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2007, 12:00:26 PM (18 years ago)
Author:
Paul Price
Message:

Only output the statistics if generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMerge.c

    r15476 r15631  
    7575
    7676    // Output the statistics
    77     if (data->statsFile) {
     77    if (data->statsFile && data->stats) {
    7878        psString statsOut = psMetadataConfigFormat(data->stats); // String to write out
    7979        fprintf(data->statsFile, "%s", statsOut);
Note: See TracChangeset for help on using the changeset viewer.