Vitaliy Margolen : dinput: Fix trace formatting.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 10 05:36:05 CST 2007


Module: wine
Branch: master
Commit: adddc566994c3af051b502e41447e05267a2dbaf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=adddc566994c3af051b502e41447e05267a2dbaf

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Tue Jan  9 13:36:36 2007 -0700

dinput: Fix trace formatting.

---

 dlls/dinput/mouse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dinput/mouse.c b/dlls/dinput/mouse.c
index dc330d9..79e65d9 100644
--- a/dlls/dinput/mouse.c
+++ b/dlls/dinput/mouse.c
@@ -367,7 +367,7 @@ static LRESULT CALLBACK dinput_mouse_hoo
     {
         int i;
 
-        TRACE("msg %x @ (%d %d): (X: %d Y: %d Z: %d\n", wparam, hook->pt.x, hook->pt.y,
+        TRACE("msg %x @ (%d %d): (X: %d Y: %d Z: %d", wparam, hook->pt.x, hook->pt.y,
               This->m_state.lX, This->m_state.lY, This->m_state.lZ);
         for (i = 0; i < 5; i++) TRACE(" B%d: %02x", i, This->m_state.rgbButtons[i]);
         TRACE(")\n");




More information about the wine-cvs mailing list