Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv4778
Modified Files:
mailchk.c
Log Message:
hi.
Index: mailchk.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/mailchk.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mailchk.c 2001/09/10 18:39:57 1.3
+++ mailchk.c 2001/10/14 20:45:03 1.4
@@ -49,7 +49,6 @@
static gboolean check_timeout(gpointer data)
{
gint count = check_mail();
- char buf[256];
if (count == -1)
return FALSE;
|