Changeset 33110
- Timestamp:
- Jan 17, 2012, 4:12:37 PM (14 years ago)
- File:
-
- 1 edited
-
tags/ipp-20111222/ippTools/src/difftool.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111222/ippTools/src/difftool.c
- Property svn:mergeinfo set to
r32609 r33110 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.
