aboutsummaryrefslogtreecommitdiff
path: root/net-im/meanwhile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r--net-im/meanwhile/files/patch-src_srvc_im.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/meanwhile/files/patch-src_srvc_im.c b/net-im/meanwhile/files/patch-src_srvc_im.c
new file mode 100644
index 000000000000..47d70264e8b6
--- /dev/null
+++ b/net-im/meanwhile/files/patch-src_srvc_im.c
@@ -0,0 +1,19 @@
+--- src/srvc_im.c.orig Thu Jun 24 20:53:09 2004
++++ src/srvc_im.c Thu Jun 24 20:53:33 2004
+@@ -160,12 +160,14 @@
+ struct mwSession *s;
+ struct mwChannelSet *cs;
+ unsigned int a, b;
++ char *buf;
++ gsize n;
+
+ s = chan->session;
+ cs = s->channels;
+
+- char *buf = msg->addtl.data;
+- gsize n = msg->addtl.len;
++ buf = msg->addtl.data;
++ n = msg->addtl.len;
+
+ if( (msg->service != Service_IM) ||
+ (msg->proto_type != Protocol_IM) ||