The server doesn't interpret %g, use %f instead. tbh, right now it doesn't interpret %f either, but there's patches on the way for that.
Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- src/wcmCommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wcmCommon.c b/src/wcmCommon.c index e773999..02f3da1 100644 --- a/src/wcmCommon.c +++ b/src/wcmCommon.c @@ -113,7 +113,7 @@ void wcmMappingFactor(InputInfoPtr pInfo) priv->factorX = size_x / priv->bottomX; priv->factorY = size_y / priv->bottomY; - DBG(2, priv, "X factor = %.3g, Y factor = %.3g\n", + DBG(2, priv, "X factor = %.3f, Y factor = %.3f\n", priv->factorX, priv->factorY); } -- 1.8.1 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel