Module: wine Branch: refs/heads/master Commit: ccf7f0777a464aef3333f1003a9514cc0efaa947 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ccf7f0777a464aef3333f100...
Author: Andrew Talbot Andrew.Talbot@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);