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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 20 06:20:31 CDT 2006


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

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




More information about the wine-cvs mailing list