Update of /cvsroot/gaim/gaim/src/protocols/icq
In directory usw-pr-cvs1:/tmp/cvs-serv29919/src/protocols/icq
Modified Files:
gaim_icq.c
Log Message:
Laying the ground work for image send. Also an IRC fix.
Index: gaim_icq.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/icq/gaim_icq.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- gaim_icq.c 8 Dec 2001 09:48:52 -0000 1.23
+++ gaim_icq.c 12 Mar 2002 17:21:43 -0000 1.24
@@ -361,7 +361,7 @@
g_free(id);
}
-static int icq_send_msg(struct gaim_connection *gc, char *who, char *msg, int flags) {
+static int icq_send_msg(struct gaim_connection *gc, char *who, char *msg, int len, int flags) {
if (!(flags & IM_FLAG_AWAY) && (strlen(msg) > 0)) {
struct icq_data *id = (struct icq_data *)gc->proto_data;
long w = atol(who);
|