Author: post
Date: 2012-10-18 11:18:42 +0200 (Thu, 18 Oct 2012)
New Revision: 487

Modified:
   RawSpeed/BitPumpJPEG.cpp
Log:
Fix formatting error.

Modified: RawSpeed/BitPumpJPEG.cpp
===================================================================
--- RawSpeed/BitPumpJPEG.cpp    2012-10-17 16:15:22 UTC (rev 486)
+++ RawSpeed/BitPumpJPEG.cpp    2012-10-18 09:18:42 UTC (rev 487)
@@ -63,8 +63,8 @@
         off--;
         stuffed++;
       }
-      current_buffer[11-i] = val;
     }
+    current_buffer[11-i] = val;
   } 
   mLeft+=96;
 }


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

Reply via email to