# HG changeset patch # User Yoshiki Yazawa # Date 1204309007 -32400 # Node ID feb13e8770294efdf171bed4a9baa63dda0d221a # Parent e7f2d7bb0381d39d6a0ae3c67d17de05825efae7 follow the change of botch_utf() diff -r e7f2d7bb0381 -r feb13e877029 pidgin-audacious.c --- a/pidgin-audacious.c Fri Feb 29 02:36:09 2008 +0900 +++ b/pidgin-audacious.c Sat Mar 01 03:16:47 2008 +0900 @@ -31,7 +31,7 @@ #include #include -extern gchar *botch_utf(const gchar *msg, size_t len, size_t *newlen) __attribute__ ((weak)); +extern gchar *botch_utf(const gchar *msg, gsize len, gsize *newlen) __attribute__ ((weak)); #define PIDGINAUD_PLUGIN_ID "pidgin_audacious"