Author: post
Date: 2010-04-09 20:27:48 +0200 (Fri, 09 Apr 2010)
New Revision: 214
Modified:
RawSpeed/DngDecoder.cpp
Log:
Push DNG Errors for display.
Modified: RawSpeed/DngDecoder.cpp
===================================================================
--- RawSpeed/DngDecoder.cpp 2010-03-21 17:42:20 UTC (rev 213)
+++ RawSpeed/DngDecoder.cpp 2010-04-09 18:27:48 UTC (rev 214)
@@ -193,6 +193,7 @@
try {
readUncompressedRaw(in, size, pos, width*bps / 8, bps, big_endian);
} catch(IOException ex) {
+ errors.push_back(ex.what());
// Let's ignore this, we may have some valid data.
}
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit