Author: post
Date: 2011-03-24 23:06:17 +0100 (Thu, 24 Mar 2011)
New Revision: 355
Modified:
RawSpeed/BlackArea.cpp
Log:
Fix orientation of black areas (value left uninitialized).
Modified: RawSpeed/BlackArea.cpp
===================================================================
--- RawSpeed/BlackArea.cpp 2011-03-24 20:40:27 UTC (rev 354)
+++ RawSpeed/BlackArea.cpp 2011-03-24 22:06:17 UTC (rev 355)
@@ -25,7 +25,7 @@
namespace RawSpeed {
BlackArea::BlackArea( int _offset, int _size, bool _isVertical ) :
-offset(_offset), size(_size), isVertical(isVertical)
+offset(_offset), size(_size), isVertical(_isVertical)
{
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit