IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2007, 2:51:59 PM (19 years ago)
Author:
Paul Price
Message:

uri is not required for warptool -addwarped, since there is no URI if there is an error.

File:
1 edited

Legend:

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

    r14479 r14717  
    915915    if (!status) {
    916916        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -uri");
    917         return false;
    918     }
    919     if (!uri) {
    920         psError(PS_ERR_UNKNOWN, true, "-uri is required");
    921917        return false;
    922918    }
Note: See TracChangeset for help on using the changeset viewer.