Changeset 16151
- Timestamp:
- Jan 18, 2008, 4:35:23 PM (18 years ago)
- File:
-
- 1 edited
-
branches/end_stage/ippTools/src/regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/end_stage/ippTools/src/regtool.c
r16150 r16151 707 707 } 708 708 709 // XXX handle end_stage here 709 // should we stop here and proceed on to the chip stage? 710 if (psStrcasestr(end_stage, "reg")) { 711 // then we are done here 712 if (!psDBCommit(config->dbh)) { 713 psError(PS_ERR_UNKNOWN, false, "database error"); 714 return false; 715 } 716 717 return true; 718 } 719 // else continue on... 720 710 721 711 722 // insert an entry into the chipPendingExp table
Note:
See TracChangeset
for help on using the changeset viewer.
