# HG changeset patch # User mikanbako # Date 1214027255 -32400 # Node ID 6843c3e6477fd700bfdacc0ebcf829d3609efd4b # Parent a44d15cfd8a2788c6c5c1a9471fdb7c7a7945f4f fixed the size of regp array diff -r a44d15cfd8a2 -r 6843c3e6477f pidgin-twitter.c --- a/pidgin-twitter.c Sat Jun 21 12:40:03 2008 +0900 +++ b/pidgin-twitter.c Sat Jun 21 14:47:35 2008 +0900 @@ -81,7 +81,7 @@ /* globals */ -static GRegex *regp[7]; +static GRegex *regp[8]; static gboolean suppress_oops = FALSE; static GHashTable *icon_id_by_user; static GList *requested_users = NULL;