IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17700


Ignore:
Timestamp:
May 14, 2008, 7:10:14 PM (18 years ago)
Author:
bills
Message:

fix incorrect table name in error handling and print out.

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r17654 r17700  
    143143        }
    144144
    145         // remove the pzPendingExp entry for this exp (fileset)
     145        // remove the pzDownloadExp entry for this exp (fileset)
    146146        {
    147147            char *query =
    148                 "DELETE FROM pzPendingExp"
     148                "DELETE FROM pzDownloadExp"
    149149                " WHERE"
    150150                "   exp_name = '%s'"
  • trunk/ippTools/src/pztool.c

    r17655 r17700  
    250250
    251251    // negative simple so the default is true
    252     if (!ippdbPrintMetadatas(stdout, output, "pzPendingExp", !simple)) {
     252    if (!ippdbPrintMetadatas(stdout, output, "pzDownloadExp", !simple)) {
    253253        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    254254        psFree(output);
     
    337337
    338338    // negative simple so the default is true
    339     if (!ippdbPrintMetadatas(stdout, output, "pzPendingImfile", !simple)) {
     339    if (!ippdbPrintMetadatas(stdout, output, "pzDownloadImfile", !simple)) {
    340340        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    341341        psFree(output);
Note: See TracChangeset for help on using the changeset viewer.