IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30548


Ignore:
Timestamp:
Feb 9, 2011, 4:11:45 PM (15 years ago)
Author:
bills
Message:

fix ambigous column

File:
1 edited

Legend:

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

    r30544 r30548  
    17571757    // we do not update components with the magic fault value. They are non-updateable
    17581758    // (But can be recovered with "magicdstool -revertdestreakedfile -fault 26" (PXTOOL_DO_NOT_REVERT_FAULT)
    1759     psStringAppend(&query, " AND (fault != %d)", PXTOOL_DO_NOT_REVERT_FAULT);
     1759    psStringAppend(&query, " AND (magicDSFile.fault != %d)", PXTOOL_DO_NOT_REVERT_FAULT);
    17601760
    17611761    if (!p_psDBRunQueryF(config->dbh, query, setHook, magic_ds_id)) {
Note: See TracChangeset for help on using the changeset viewer.