/soc/2015/koosha/main: afa35dd229c4: Fix a warning about XML attrib
Koosha Khajehmoogahi <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: afa35dd229c41158067ef9048d625f777d979a74 Author: Koosha Khajehmoogahi <[email protected]> Date: 2015-08-20 20:37 +0200 Branch: default URL: https://hg.pidgin.im/soc/2015/koosha/main/rev/afa35dd229c4 Description: Fix a warning about XML attrib diffstat: libpurple/protocols/jabber/sm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/libpurple/protocols/jabber/sm.c b/libpurple/protocols/jabber/sm.c --- a/libpurple/protocols/jabber/sm.c +++ b/libpurple/protocols/jabber/sm.c @@ -221,7 +221,7 @@ static void remove_old_packets_from_buff void jabber_stream_management_recv_ack(JabberStream *js, PurpleXmlNode *packet) { - const char *h; + char *h; guint32 h_val; h = purple_xmlnode_get_attrib(packet, "h"); _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits