msi/tests: Write-strings warnings fix.

This commit is contained in:
Andrew Talbot 2006-08-02 19:34:26 +01:00 committed by Alexandre Julliard
parent 369ac64afe
commit 72ac6f5d4e
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ static UINT get_columns_table_type(MSIHANDLE hdb, const char *table, UINT field)
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;