Kaydet (Commit) 460c15be authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Apparently broken bitmask operation

Change-Id: Id4dfa3d4676b50a86fd6044d501de15b122bb7f1
üst 11be200a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment