IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 4:29:59 PM (19 years ago)
Author:
jhoblitt
Message:

rename chipPendingImfile table -> chipInputImfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/src/chiptool.c

    r13996 r13997  
    282282
    283283    if (config->where) {
    284         psString whereClause = psDBGenerateWhereConditionSQL(config->where, "chipPendingImfile");
     284        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "chipInputImfile");
    285285        psStringAppend(&query, " AND %s", whereClause);
    286286        psFree(whereClause);
     
    329329
    330330    // negative simple so the default is true
    331     if (!ippdbPrintMetadatas(stdout, output, "chipPendingImfile", !simple)) {
     331    if (!ippdbPrintMetadatas(stdout, output, "chipInputImfile", !simple)) {
    332332        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    333333        psFree(output);
Note: See TracChangeset for help on using the changeset viewer.