Author: post
Date: 2013-04-20 20:33:13 +0200 (Sat, 20 Apr 2013)
New Revision: 536

Modified:
   RawSpeed/LJpegPlain.cpp
   RawSpeed/Rw2Decoder.cpp
Log:
Comment out debug print and fix a spelling error.

Modified: RawSpeed/LJpegPlain.cpp
===================================================================
--- RawSpeed/LJpegPlain.cpp     2013-04-20 17:44:08 UTC (rev 535)
+++ RawSpeed/LJpegPlain.cpp     2013-04-20 18:33:13 UTC (rev 536)
@@ -46,8 +46,8 @@
   if (frame.h + offY > (uint32)mRaw->dim.y)
     skipY = frame.h + offY - mRaw->dim.y;
 
-  _RPT1(0,"SlicesW:0x%x,\n",&slicesW);
-  _RPT1(0,"Slices:%d\n",slicesW.size());
+//  _RPT1(0,"SlicesW:0x%x,\n",&slicesW);
+//  _RPT1(0,"Slices:%d\n",slicesW.size());
 
   if (slicesW.empty())
     slicesW.push_back(frame.w*frame.cps);

Modified: RawSpeed/Rw2Decoder.cpp
===================================================================
--- RawSpeed/Rw2Decoder.cpp     2013-04-20 17:44:08 UTC (rev 535)
+++ RawSpeed/Rw2Decoder.cpp     2013-04-20 18:33:13 UTC (rev 536)
@@ -55,7 +55,7 @@
   uint32 width = raw->getEntry((TiffTag)2)->getShort();
 
   if (isOldPanasonic) {
-    ThrowRDE("Cannot decoder old-style Panasonic RAW files");
+    ThrowRDE("Cannot decode old-style Panasonic RAW files");
     TiffEntry *offsets = raw->getEntry(STRIPOFFSETS);
     TiffEntry *counts = raw->getEntry(STRIPBYTECOUNTS);
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to