IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2008, 11:45:55 AM (18 years ago)
Author:
Paul Price
Message:

Fixes to allow error codes to get in.

File:
1 edited

Legend:

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

    r17712 r17723  
    437437    PXOPT_LOOKUP_S16(code, config->args, "-code", false, false);
    438438
    439     PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false);
     439    PXOPT_LOOKUP_STR(uri, config->args, "-uri", false, false);
    440440    if (code == 0 && !uri) {
    441441        psError(PS_ERR_UNKNOWN, true, "-uri is required");
     
    443443    }
    444444
    445     PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false);
     445    PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", false, false);
    446446    if (code == 0 && !path_base) {
    447447        psError(PS_ERR_UNKNOWN, true, "-path_base is required");
Note: See TracChangeset for help on using the changeset viewer.