From 320da90632a1c1c8750b46968669c8cc19091902 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Tue, 25 Jul 2006 19:03:02 +0100 Subject: [PATCH] msi/tests: Write-strings warnings fix. --- dlls/msi/tests/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c index c2681254341..8f0b75f23da 100644 --- a/dlls/msi/tests/db.c +++ b/dlls/msi/tests/db.c @@ -990,7 +990,7 @@ static void test_streamtable(void) static void test_where(void) { MSIHANDLE hdb = 0, rec; - LPSTR query; + LPCSTR query; UINT r; hdb = create_db();