Andrew Talbot : msi/tests: Write-strings warning fix.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jul 28 07:15:09 CDT 2006


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Thu Jul 27 20:11:20 2006 +0100

msi/tests: Write-strings warning fix.

---

 dlls/msi/tests/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 609fafa..6ed3a4b 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -694,7 +694,7 @@ static void test_packagecoltypes(void)
 {
     MSIHANDLE hdb, view, rec;
     char path[MAX_PATH];
-    LPSTR query;
+    LPCSTR query;
     UINT r, count;
 
     CoInitialize(NULL);




More information about the wine-cvs mailing list