dlls/msvcrt/wcs.c: _vsnwprintf like NTDLL_vsnwprintf

John K. Hohm jhohm at acm.org
Sun May 19 20:28:04 CDT 2002


Changelog:
John K. Hohm <jhohm at acm.org>

Fix msvcrt._vsnwprintf format reading bug like NTDLL_vsnwprintf
-------------- next part --------------
Index: dlls/msvcrt/wcs.c
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/wcs.c,v
retrieving revision 1.10
diff -u -r1.10 wcs.c
--- dlls/msvcrt/wcs.c	9 Mar 2002 23:39:08 -0000	1.10
+++ dlls/msvcrt/wcs.c	20 May 2002 01:12:29 -0000
@@ -177,10 +177,7 @@
       }
       if (*iter == (WCHAR)L'h' ||
           *iter == (WCHAR)L'l')
-      {
           *fmta++ = *iter++;
-          *fmta++ = *iter++;
-      }
 
       switch (*iter)
       {


More information about the wine-patches mailing list