Francois Gouget : gdi32: Add a '\n' to a Wine trace.
21 Sep
2007
21 Sep
'07
12:23 p.m.
Module: wine Branch: master Commit: e2e25eacd97177f6e6da0e7ac6247f10bc6ad472 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e2e25eacd97177f6e6da0e7ac6... Author: Francois Gouget <fgouget(a)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; }
6665
Age (days ago)
6665
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard