comparison pidgin-twitter.c @ 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
comparison
equal deleted inserted replaced
61:a44d15cfd8a2 62:6843c3e6477f
79 #define twitter_debug(fmt, ...) purple_debug(PURPLE_DEBUG_INFO, PLUGIN_NAME, "%s():%4d: " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__); 79 #define twitter_debug(fmt, ...) purple_debug(PURPLE_DEBUG_INFO, PLUGIN_NAME, "%s():%4d: " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__);
80 #define twitter_error(fmt, ...) purple_debug(PURPLE_DEBUG_ERROR, PLUGIN_NAME, "%s():%4d: " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__); 80 #define twitter_error(fmt, ...) purple_debug(PURPLE_DEBUG_ERROR, PLUGIN_NAME, "%s():%4d: " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__);
81 81
82 82
83 /* globals */ 83 /* globals */
84 static GRegex *regp[7]; 84 static GRegex *regp[8];
85 static gboolean suppress_oops = FALSE; 85 static gboolean suppress_oops = FALSE;
86 static GHashTable *icon_id_by_user; 86 static GHashTable *icon_id_by_user;
87 static GList *requested_users = NULL; 87 static GList *requested_users = NULL;
88 static GList *requestings = NULL; 88 static GList *requestings = NULL;
89 static GList *requested_icon_marks = NULL; 89 static GList *requested_icon_marks = NULL;