[wintab32 3/5] Expand a debug buffer

Jeremy White jwhite at codeweavers.com
Mon Dec 24 13:35:00 CST 2007


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

diff --git a/dlls/wintab32/context.c b/dlls/wintab32/context.c
index cb85e08..a43665c 100644
--- a/dlls/wintab32/context.c
+++ b/dlls/wintab32/context.c
@@ -125,9 +125,9 @@ static inline void DUMPPACKET(WTPACKET packet)
 static inline void DUMPCONTEXT(LOGCONTEXTW lc)
 {
         CHAR mmsg[4000];
-        CHAR bits[100];
-        CHAR bits1[100];
-        CHAR bits2[100];
+        CHAR bits[400];
+        CHAR bits1[400];
+        CHAR bits2[400];

         sprintf(mmsg,"%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",
     wine_dbgstr_w(lc.lcName), lc.lcOptions, lc.lcStatus, lc.lcLocks, lc.lcMsgBase,



More information about the wine-patches mailing list