Mercurial > pidgin.yaz
diff src/protocols/bonjour/dns_sd.c @ 11498:ea52fefd3602
[gaim-migrate @ 13743]
Some more fixes. Or maybe just warning fixes. It compiles now.
Probably doesn't work correctly.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 10 Sep 2005 21:10:39 +0000 |
parents | 3f038da50a18 |
children | f8a447af7494 |
line wrap: on
line diff
--- a/src/protocols/bonjour/dns_sd.c Sat Sep 10 21:01:45 2005 +0000 +++ b/src/protocols/bonjour/dns_sd.c Sat Sep 10 21:10:39 2005 +0000 @@ -89,8 +89,8 @@ gint address_length = 16; gchar* ip = NULL; sw_text_record_iterator iterator; - sw_int8 key[SW_TEXT_RECORD_MAX_LEN]; - sw_int8 value[SW_TEXT_RECORD_MAX_LEN]; + char key[SW_TEXT_RECORD_MAX_LEN]; + char value[SW_TEXT_RECORD_MAX_LEN]; sw_uint32 value_length; sw_discovery_cancel(discovery, oid);