Changeset 13937 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r13891 r13937 173 173 } 174 174 175 psString re cipe = psMetadataLookupStr(&status, config->args, "-set_recipe");176 if (!status) { 177 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_re cipe");175 psString reduction = psMetadataLookupStr(&status, config->args, "-set_reduction"); 176 if (!status) { 177 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_reduction"); 178 178 return false; 179 179 } … … 243 243 244 244 // queue the exp 245 if (!chipQueueExpTag(config, exp_tag, workdir, label, re cipe, expgroup, dvodb)) {245 if (!chipQueueExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) { 246 246 if (!psDBRollback(config->dbh)) { 247 247 psError(PS_ERR_UNKNOWN, false, "database error"); … … 804 804 processedExp->workdir, 805 805 processedExp->label, 806 processedExp->re cipe,806 processedExp->reduction, 807 807 processedExp->expgroup, 808 808 processedExp->dvodb … … 999 999 pendingExp->workdir, 1000 1000 pendingExp->label, 1001 pendingExp->re cipe,1001 pendingExp->reduction, 1002 1002 pendingExp->expgroup, 1003 1003 pendingExp->dvodb
Note:
See TracChangeset
for help on using the changeset viewer.
