Changeset 15301 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Oct 12, 2007, 9:33:15 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r14112 r15301 506 506 return false; 507 507 } 508 if (!uri) { 509 psError(PS_ERR_UNKNOWN, true, "-uri is required"); 510 return false; 511 } 508 512 509 psString path_base = psMetadataLookupStr(&status, config->args, "-path_base"); 513 510 if (!status) { 514 511 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -path_base"); 515 return false;516 }517 if (!path_base) {518 psError(PS_ERR_UNKNOWN, true, "-path_base is required");519 512 return false; 520 513 } … … 671 664 { 672 665 PS_ASSERT_PTR_NON_NULL(config, false); 673 666 674 667 psString query = pxDataGet("stacktool_revertsumskyfile.sql"); 675 668 if (!query) {
Note:
See TracChangeset
for help on using the changeset viewer.
