Francois Gouget : winex11: Standardize a stub trace and add a trailing '\n' .

Alexandre Julliard julliard at winehq.org
Wed May 7 07:03:57 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue May  6 19:58:59 2008 +0200

winex11: Standardize a stub trace and add a trailing '\n'.

---

 dlls/winex11.drv/ime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c
index b9c76f4..f478a86 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -651,7 +651,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
 
 BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
 {
-    FIXME("Stub");
+    FIXME("(%p, %x): stub\n", hIMC, fFlag);
     return TRUE;
 }
 




More information about the wine-cvs mailing list