IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16363


Ignore:
Timestamp:
Feb 7, 2008, 4:13:50 PM (18 years ago)
Author:
jhoblitt
Message:

add pztool -updatecopied

File:
1 edited

Legend:

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

    r16362 r16363  
    722722{
    723723    PS_ASSERT_PTR_NON_NULL(config, false);
     724
     725    PXOPT_LOOKUP_S16(code, config->args, "-code", true, false);
     726
     727    if (!pxSetFaultCode(config->dbh, "pzDoneImfile", config->where, code)) {
     728        psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag");
     729        return false;
     730    }
     731
    724732    return true;
    725733}
Note: See TracChangeset for help on using the changeset viewer.