user/tests: Write-strings warnings fix

Andrew Talbot Andrew.Talbot at talbotville.com
Tue Aug 8 17:21:56 CDT 2006


Changelog:
    user/tests: Write-strings warnings fix.

diff -urN a/dlls/user/tests/sysparams.c b/dlls/user/tests/sysparams.c
--- a/dlls/user/tests/sysparams.c	2006-08-08 17:59:26.000000000 +0100
+++ b/dlls/user/tests/sysparams.c	2006-08-08 23:03:23.000000000 +0100
@@ -374,7 +374,7 @@
 } LOGFONT16, *LPLOGFONT16;
 
 /* get logfont from the registry */
-static int lffromreg( char *keyname,  char *valname, LOGFONTA *plf)
+static int lffromreg( const char *keyname, const char *valname, LOGFONTA *plf)
 {
     HKEY hkey;
     LOGFONTW lfw;



More information about the wine-patches mailing list