Changeset 24335 for trunk/ippTools
- Timestamp:
- Jun 4, 2009, 7:19:24 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r24239 r24335 308 308 } 309 309 310 if (!tess_id && !row->tess_id) {311 psError(PS_ERR_UNKNOWN, false, "cannot queue warp run without a defined tess id: label: %s, fake_id %" PRId64, row->label, row->fake_id);310 if (!tess_id && !row->tess_id) { 311 psError(PS_ERR_UNKNOWN, false, "cannot queue warp run without a defined tess id: label: %s, fake_id %" PRId64, row->label, row->fake_id); 312 312 psFree(output); 313 313 return false; 314 }314 } 315 315 316 316 psFree(row); 317 317 } 318 psFree(output);319 318 320 319 // loop over our list of fakeRun rows … … 1747 1746 1748 1747 if (clean) { 1749 bool success = true; 1748 bool success = true; 1750 1749 if (!strcmp(tables[i].tableName, "warpRun")) { 1751 1750 success = pxSetStateCleaned("warpRun", "state", output);
Note:
See TracChangeset
for help on using the changeset viewer.
