Update of /cvsroot/gaim/gaim/src/protocols/toc
In directory usw-pr-cvs1:/tmp/cvs-serv29919/src/protocols/toc
Modified Files:
toc.c
Log Message:
Laying the ground work for image send. Also an IRC fix.
Index: toc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- toc.c 13 Feb 2002 15:23:13 -0000 1.42
+++ toc.c 12 Mar 2002 17:21:45 -0000 1.43
@@ -919,7 +919,7 @@
return "TOC";
}
-static int toc_send_im(struct gaim_connection *gc, char *name, char *message, int flags)
+static int toc_send_im(struct gaim_connection *gc, char *name, char *message, int len, int flags)
{
char buf[BUF_LEN * 2];
char *tmp = g_malloc(strlen(message) * 4 + 1); /* 4 because \n gets replaced with <BR> */
|