Mercurial > pidgin-twitter
changeset 62:6843c3e6477f
fixed the size of regp array
author | mikanbako <maoutwo@gmail.com> |
---|---|
date | Sat, 21 Jun 2008 14:47:35 +0900 |
parents | a44d15cfd8a2 |
children | 760006015519 |
files | pidgin-twitter.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;