Kaydet (Commit) db738619 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

log point types as numbers and not as ascii chars with the value of the number

Change-Id: Ia64c2b3a53f150afd3c194598dc3bf7d6c5d3b17
üst 222119cd
......@@ -160,7 +160,7 @@ namespace cppcanvas
if (pPointTypes)
for (int i = 0; i < nPoints; i ++) {
s >> pPointTypes [i];
SAL_INFO ("cppcanvas.emf", "EMF+\tpoint type: " << pPointTypes [i]);
SAL_INFO ("cppcanvas.emf", "EMF+\tpoint type: " << (int)pPointTypes [i]);
}
aPolygon.clear ();
......
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