From ccf7f0777a464aef3333f1003a9514cc0efaa947 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Thu, 27 Jul 2006 20:11:20 +0100 Subject: [PATCH] msi/tests: Write-strings warning fix. --- dlls/msi/tests/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 609fafa9adb..6ed3a4bbf1b 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);