Changeset 35685 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Jun 19, 2013, 10:21:44 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r35557 r35685 184 184 } 185 185 outCTE->save = true; 186 } 187 if (options->doApplyBurntool) { 188 // If no burntool file was supplied do not fail. (camera_exp.pl does not supply it 189 // for example. 190 if (!psMetadataLookupStr(NULL, config->arguments, "BURNTOOL.TABLE")) { 191 psWarning("BURNTOOL.TABLE not supplied setting doApplyBurntool to false"); 192 options->doApplyBurntool = false; 193 } 186 194 } 187 195
Note:
See TracChangeset
for help on using the changeset viewer.
