Commit 72ac6f5d authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msi/tests: Write-strings warnings fix.

parent 369ac64a
...@@ -717,7 +717,7 @@ static UINT get_columns_table_type(MSIHANDLE hdb, const char *table, UINT field) ...@@ -717,7 +717,7 @@ static UINT get_columns_table_type(MSIHANDLE hdb, const char *table, UINT field)
return type; 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]; CHAR buffer[0x20];
UINT r; UINT r;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment