Andrew Talbot : msi/tests: Write-strings warnings fix.
Module: wine Branch: refs/heads/master Commit: 72ac6f5d4e034c8aa5631fb825223e083adfa450 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=72ac6f5d4e034c8aa5631fb8... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Wed Aug 2 19:34:26 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 e68f2a2..6c6ddfc 100644 --- a/dlls/msi/tests/db.c +++ b/dlls/msi/tests/db.c @@ -717,7 +717,7 @@ static UINT get_columns_table_type(MSIHA return type; } -static BOOL check_record( MSIHANDLE rec, UINT field, LPSTR val ) +static BOOL check_record( MSIHANDLE rec, UINT field, LPCSTR val ) { CHAR buffer[0x20]; UINT r;
participants (1)
-
Alexandre Julliard