Changeset 12035 for trunk/ippTools/src/warptool.c
- Timestamp:
- Feb 23, 2007, 5:37:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r12029 r12035 257 257 258 258 // defaults to false 259 bool magiced = psMetadataLookupBool(&status, config->args, "- cam_version");260 if (!status) { 261 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for - cam_version");259 bool magiced = psMetadataLookupBool(&status, config->args, "-magiced"); 260 if (!status) { 261 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -magiced"); 262 262 return false; 263 263 } … … 385 385 psString query = psStringCopy( 386 386 "SELECT\n" 387 " rawImfile.*\n" 387 " rawImfile.*,\n" 388 " warpInputExp.cam_version\n" 388 389 " FROM warpRun\n" 389 390 " JOIN warpInputExp\n"
Note:
See TracChangeset
for help on using the changeset viewer.
