29 Jul
2006
29 Jul
'06
10:22 a.m.
Module: wine Branch: refs/heads/master Commit: 81592e497b6a1e161df0212329e73c255310996e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=81592e497b6a1e161df02123... Author: Andrew Talbot <Andrew.Talbot(a)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;