IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2010, 2:54:33 PM (16 years ago)
Author:
bills
Message:

destreaked is magicked > 0 now

File:
1 edited

Legend:

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

    r25771 r26569  
    8585    }
    8686    if (destreaked) {
    87         psStringAppend(out, " AND %s.magicked != 0", table);
     87        psStringAppend(out, " AND %s.magicked > 0", table);
    8888    }
    8989    return true;
Note: See TracChangeset for help on using the changeset viewer.