IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:30:39 AM (16 years ago)
Author:
bills
Message:

-destreaked is now magicked != 0 not > 0.
This tells us which data can be updated to a 'magicked' state

File:
1 edited

Legend:

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

    r26981 r27749  
    8585    }
    8686    if (destreaked) {
    87         psStringAppend(out, " AND %s.magicked > 0", table);
     87        psStringAppend(out, " AND %s.magicked != 0", table);
    8888    }
     89    // Note -magicked is  handled by the caller. XXX: Why?
    8990    return true;
    9091}
Note: See TracChangeset for help on using the changeset viewer.