Francois Gouget : wintab32: Add a trailing '\n' to a Wine trace.

Alexandre Julliard julliard at winehq.org
Mon Jan 7 08:39:26 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jan  7 11:16:27 2008 +0100

wintab32: Add a trailing '\n' to a Wine trace.

---

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

diff --git a/dlls/wintab32/context.c b/dlls/wintab32/context.c
index 4b382ec..609ec22 100644
--- a/dlls/wintab32/context.c
+++ b/dlls/wintab32/context.c
@@ -114,7 +114,7 @@ static inline void DUMPPACKET(WTPACKET packet)
 
 static inline void DUMPCONTEXT(LOGCONTEXTW lc)
 {
-    TRACE("context: %s, %x, %x, %x, %x, %x, %x, %x%s, %x%s, %x%s, %x, %x, %i, %i, %i, %i ,%i, %i, %i, %i, %i,%i, %i, %i, %i, %i, %i, %i, %i, %i, %i, %i %i %i",
+    TRACE("context: %s, %x, %x, %x, %x, %x, %x, %x%s, %x%s, %x%s, %x, %x, %i, %i, %i, %i ,%i, %i, %i, %i, %i,%i, %i, %i, %i, %i, %i, %i, %i, %i, %i, %i %i %i\n",
           wine_dbgstr_w(lc.lcName), lc.lcOptions, lc.lcStatus, lc.lcLocks, lc.lcMsgBase,
           lc.lcDevice, lc.lcPktRate, lc.lcPktData, DUMPBITS(lc.lcPktData),
           lc.lcPktMode, DUMPBITS(lc.lcPktMode), lc.lcMoveMask,




More information about the wine-cvs mailing list