Changeset 33109
- Timestamp:
- Jan 17, 2012, 4:11:29 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r32609 r33109 1981 1981 psString finishQuery = NULL; 1982 1982 psStringAppend( &finishQuery, 1983 "UPDATE diffRun set state ='full', note = 'dummy run - no overlap' WHERE diff_id = %" PRId64,1983 "UPDATE diffRun set state ='full', dist_group = NULL, note = 'dummy run - no overlap' WHERE diff_id = %" PRId64, 1984 1984 run->diff_id); 1985 1985 if (!p_psDBRunQuery(config->dbh, finishQuery)) {
Note:
See TracChangeset
for help on using the changeset viewer.
