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

Alexandre Julliard julliard at winehq.org
Fri Sep 21 07:23:01 CDT 2007


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep 20 21:35:07 2007 +0200

gdi32: Add a '\n' to a Wine trace.

---

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

diff --git a/dlls/gdi32/bidi.c b/dlls/gdi32/bidi.c
index 5993e92..adffedc 100644
--- a/dlls/gdi32/bidi.c
+++ b/dlls/gdi32/bidi.c
@@ -1067,7 +1067,7 @@ BOOL BIDI_Reorder(
 
     if (uCountOut < uCount)
     {
-        FIXME("lpOutString too small");
+        FIXME("lpOutString too small\n");
         return FALSE;
     }
 




More information about the wine-cvs mailing list