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

Alexandre Julliard julliard at wine.codeweavers.com
Sat Jul 29 05:22:15 CDT 2006


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Fri Jul 28 18:45:50 2006 +0100

msi/tests: Write-strings warnings fix.

---

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

diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
index 4bf8871..063c645 100644
--- a/dlls/msi/tests/db.c
+++ b/dlls/msi/tests/db.c
@@ -1076,7 +1076,7 @@ static UINT add_table_to_db(MSIHANDLE hd
 static void test_msiimport(void)
 {
     MSIHANDLE hdb, view, rec;
-    LPSTR query;
+    LPCSTR query;
     UINT r, count;
     signed int i;
 




More information about the wine-cvs mailing list