msvcrt: Write-strings warnings fix

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Jun 5 14:50:47 CDT 2006


Changelog:
    msvcrt: Write-strings warnings fix.

diff -urN /home/andrew/a/dlls/msvcrt/wcs.c /home/andrew/b/dlls/msvcrt/wcs.c
--- /home/andrew/a/dlls/msvcrt/wcs.c	2006-05-23 17:24:43.000000000 +0100
+++ /home/andrew/b/dlls/msvcrt/wcs.c	2006-06-05 20:46:22.000000000 +0100
@@ -431,7 +431,7 @@
 static void pf_integer_conv( char *buf, pf_flags *flags, LONGLONG x )
 {
     unsigned int base;
-    char *digits;
+    const char *digits;
 
     int i, j, k;
     char tmp[40];



More information about the wine-patches mailing list