Changeset 23630
- Timestamp:
- Mar 31, 2009, 12:25:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r23506 r23630 1384 1384 psS64 exp_id = psMetadataLookupS64(NULL, row, "input_exp_id"); 1385 1385 psS64 input_id = psMetadataLookupS64(NULL, row, "input_warp_id"); 1386 psS64 template_id = psMetadataLookupS64(NULL, row, "template_warp_id");1386 const char *template = psMetadataLookupStr(NULL, row, "template_warp_id"); 1387 1387 const char *tess_id = psMetadataLookupStr(NULL, row, "tess_id"); 1388 1388 if (!exp_id || !input_id || !template_id || !tess_id) { … … 1413 1413 1414 1414 // Convert identifiers to string, for insertion into query 1415 psString diff = NULL, input = NULL , template = NULL; // String versions of identifiers1415 psString diff = NULL, input = NULL; // String versions of identifiers 1416 1416 psStringAppend(&diff, "%" PRId64, run->diff_id); 1417 1417 psStringAppend(&input, "%" PRId64, input_id); 1418 psStringAppend(&template, "%" PRId64, template_id);1419 1418 1420 1419 if (!p_psDBRunQueryF(config->dbh, insert, diff, input, template, input, template)) {
Note:
See TracChangeset
for help on using the changeset viewer.
