Fix - adding '.out' to the pp3 filename next to output file when image is saved via queue

This commit is contained in:
Michael Ezra
2012-02-28 21:40:23 -05:00
parent 2fdee764f2
commit a1714994f2

View File

@@ -398,7 +398,7 @@ rtengine::ProcessingJob* BatchQueue::imageReady (rtengine::IImage16* img) {
// We keep the extension to avoid overwriting the profile when we have
// the same output filename with different extension
//processing->params.save (removeExtension(fname) + paramFileExtension);
processing->params.save (fname + paramFileExtension);
processing->params.save (fname + ".out" + paramFileExtension);
}
if (processing->thumbnail) {