Andrew Talbot : dnsapi/tests: Write-strings warnings fix.
20 Jul
2006
20 Jul
'06
12:20 p.m.
Module: wine Branch: refs/heads/master Commit: 4f608f0bbb9d5fef7859cd1c3ce4e5d446df4f1b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4f608f0bbb9d5fef7859cd1c... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Wed Jul 19 21:05:49 2006 +0100 dnsapi/tests: Write-strings warnings fix. --- dlls/dnsapi/tests/name.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dnsapi/tests/name.c b/dlls/dnsapi/tests/name.c index 708c48d..fb65e18 100644 --- a/dlls/dnsapi/tests/name.c +++ b/dlls/dnsapi/tests/name.c @@ -44,7 +44,7 @@ static BOOL init_function_ptrs( void ) static const struct { - LPSTR name; + LPCSTR name; DNS_NAME_FORMAT format; DNS_STATUS status; }
7182
Age (days ago)
7182
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard