Changeset 28274 for trunk/ippTools/src/camtool.c
- Timestamp:
- Jun 9, 2010, 2:51:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r28265 r28274 714 714 // EAM: NULL for end_stage means go as far as possible 715 715 // Also, we can run fake even if tess_id is not defined 716 if (pendingRow->end_stage && psStrcasestr(pendingRow->end_stage, "cam")) { 716 // but stop if quality is non-zero. 717 if ((quality > 0) || (pendingRow->end_stage && psStrcasestr(pendingRow->end_stage, "cam"))) { 717 718 psFree(pendingRow); 718 719 if (!psDBCommit(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
