--- a/libpurple/protocols/jabber/presence.c Thu Aug 22 00:33:01 2013 +0530 +++ b/libpurple/protocols/jabber/presence.c Thu Aug 22 01:36:58 2013 +0530 @@ -63,7 +63,7 @@ static JabberPresenceType str_to_presence_type(const char *type) { - int i; + gsize i; if (type == NULL) return JABBER_PRESENCE_AVAILABLE;