Module: wine Branch: refs/heads/master Commit: 320da90632a1c1c8750b46968669c8cc19091902 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=320da90632a1c1c8750b4696...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue Jul 25 19:03:02 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 c268125..8f0b75f 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();