Juan Lang : kernel32: Suppress an unneeded warning.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 21 10:36:28 CST 2006


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

Author: Juan Lang <juan_lang at yahoo.com>
Date:   Wed Dec 20 11:30:25 2006 -0800

kernel32: Suppress an unneeded warning.

---

 dlls/kernel32/profile.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/kernel32/profile.c b/dlls/kernel32/profile.c
index 6c30c9e..339b852 100644
--- a/dlls/kernel32/profile.c
+++ b/dlls/kernel32/profile.c
@@ -1280,8 +1280,6 @@ UINT WINAPI GetPrivateProfileIntW( LPCWS
                                           filename )))
         return def_val;
 
-    if (len+1 == sizeof(buffer)/sizeof(WCHAR)) FIXME("result may be wrong!\n");
-
     /* FIXME: if entry can be found but it's empty, then Win16 is
      * supposed to return 0 instead of def_val ! Difficult/problematic
      * to implement (every other failure also returns zero buffer),




More information about the wine-cvs mailing list