libpurple/protocols/oscar/util.c

branch
release-2.x.y
changeset 36256
a437550a9308
parent 32074
20202971c90e
child 35852
fe350399078a
--- a/libpurple/protocols/oscar/util.c	Wed Nov 12 19:15:24 2014 -0500
+++ b/libpurple/protocols/oscar/util.c	Thu Nov 13 00:56:55 2014 -0500
@@ -62,7 +62,7 @@
 	N_("Queue full"),
 	N_("Not while on AOL")
 };
-static const int msgerrreasonlen = G_N_ELEMENTS(msgerrreason);
+static const gsize msgerrreasonlen = G_N_ELEMENTS(msgerrreason);
 
 const char *oscar_get_msgerr_reason(size_t reason)
 {

mercurial