Apparently broken bitmask operation

Change-Id: Id4dfa3d4676b50a86fd6044d501de15b122bb7f1
This commit is contained in:
Stephan Bergmann
2014-01-27 08:35:07 +01:00
parent 11be200a8e
commit 460c15be2e

View File

@@ -1821,7 +1821,7 @@ namespace cppcanvas
rMF >> points;
SAL_INFO("cppcanvas.emf", "EMF+ DrawLines in slot: " << (flags && 0xff) << " points: " << points);
SAL_INFO("cppcanvas.emf", "EMF+ DrawLines in slot: " << (flags & 0xff) << " points: " << points);
EMFPPath path (points, true);
path.Read (rMF, flags, *this);