Changeset 17723
- Timestamp:
- May 16, 2008, 11:45:55 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r17712 r17723 437 437 PXOPT_LOOKUP_S16(code, config->args, "-code", false, false); 438 438 439 PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false);439 PXOPT_LOOKUP_STR(uri, config->args, "-uri", false, false); 440 440 if (code == 0 && !uri) { 441 441 psError(PS_ERR_UNKNOWN, true, "-uri is required"); … … 443 443 } 444 444 445 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false);445 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", false, false); 446 446 if (code == 0 && !path_base) { 447 447 psError(PS_ERR_UNKNOWN, true, "-path_base is required");
Note:
See TracChangeset
for help on using the changeset viewer.
