--- a/libpurple/protocols/oscar/util.c Thu Aug 22 00:33:01 2013 +0530 +++ b/libpurple/protocols/oscar/util.c Thu Aug 22 01:36:58 2013 +0530 @@ -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) {