Changeset 13996 for branches/backtrack/ippTools/src/chiptool.c
- Timestamp:
- Jul 2, 2007, 3:57:20 PM (19 years ago)
- File:
-
- 1 edited
-
branches/backtrack/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/backtrack/ippTools/src/chiptool.c
r13994 r13996 242 242 243 243 // queue the exp 244 if (! chipQueueExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) {244 if (!pxchipQueueByExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) { 245 245 if (!psDBRollback(config->dbh)) { 246 246 psError(PS_ERR_UNKNOWN, false, "database error"); … … 844 844 // camQueueChipID() can only be run after chipRun.state has been set to 845 845 // stop 846 if (! camQueueChipID(config,846 if (!pxcamQueueByChipID(config, 847 847 chipRun->chip_id, 848 848 chipRun->workdir,
Note:
See TracChangeset
for help on using the changeset viewer.
