IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27206 for trunk/ippTools


Ignore:
Timestamp:
Mar 5, 2010, 12:35:55 PM (16 years ago)
Author:
Paul Price
Message:

Fix sense of rerun flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/magicdstool.c

    r27144 r27206  
    392392        return false;
    393393    }
    394     const char *rerun_flag =  rerun ? "\n" : ""; // String to give query to activate (or not) rerun
     394    const char *rerun_flag =  rerun ? "" : "\n"; // String to give query to activate (or not) rerun
    395395
    396396    if (stageNum != IPP_STAGE_DIFF) {
Note: See TracChangeset for help on using the changeset viewer.