IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.