Andrew Talbot : msi/tests: Write-strings warnings fix.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 2 15:21:48 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 72ac6f5d4e034c8aa5631fb825223e083adfa450
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=72ac6f5d4e034c8aa5631fb825223e083adfa450

Author: Andrew Talbot <Andrew.Talbot at 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;




More information about the wine-cvs mailing list