Changeset 12118 for trunk/ippTools/src/dettool.c
- Timestamp:
- Feb 28, 2007, 3:09:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r12093 r12118 1447 1447 if (!isnan(posang_max)) { 1448 1448 detRun->posang_max = posang_max; 1449 } 1450 1451 psString label = psMetadataLookupStr(&status, config->args, "-set_label"); 1452 if (!status) { 1453 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_label"); 1454 return false; 1455 } 1456 if (label) { 1457 detRun->label = label; 1449 1458 } 1450 1459
Note:
See TracChangeset
for help on using the changeset viewer.
