IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2007, 5:37:00 PM (19 years ago)
Author:
jhoblitt
Message:

fix difftool -inputskyfile

File:
1 edited

Legend:

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

    r14250 r14255  
    333333
    334334    if (config->where) {
    335         psString whereClause = psDBGenerateWhereConditionSQL(config->where, "diffInputSkyfile");
    336         psStringAppend(&query, " AND %s", whereClause);
     335        psString whereClause = psDBGenerateWhereSQL(config->where, NULL);
     336        psStringAppend(&query, " %s", whereClause);
    337337        psFree(whereClause);
    338338    }
Note: See TracChangeset for help on using the changeset viewer.