msi/tests: Write-strings warnings fix

Andrew Talbot Andrew.Talbot at talbotville.com
Wed Aug 2 13:34:26 CDT 2006


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

diff -urN a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
--- a/dlls/msi/tests/db.c	2006-08-02 17:16:46.000000000 +0100
+++ b/dlls/msi/tests/db.c	2006-08-02 18:59:47.000000000 +0100
@@ -717,7 +717,7 @@
     return type;
 }
 
-static BOOL check_record( MSIHANDLE rec, UINT field, LPSTR val )
+static BOOL check_record( MSIHANDLE rec, UINT field, LPCSTR val )
 {
     CHAR buffer[0x20];
     UINT r;



More information about the wine-patches mailing list