IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14717


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.

Location:
trunk/ippTools/src
Files:
2 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    }
  • trunk/ippTools/src/warptoolConfig.c

    r14479 r14717  
    164164            "define tessellation ID (required)", NULL);
    165165    psMetadataAddStr(addwarpedArgs, PS_LIST_TAIL, "-uri", 0,
    166             "define URI of file (required)", 0);
     166            "define URI of file", 0);
    167167    psMetadataAddStr(addwarpedArgs, PS_LIST_TAIL, "-path_base", 0,
    168168            "define base output location (required)", 0);
Note: See TracChangeset for help on using the changeset viewer.