summaryrefslogtreecommitdiff
path: root/net-im/micq/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/micq/files/patch-ac')
-rw-r--r--net-im/micq/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-im/micq/files/patch-ac b/net-im/micq/files/patch-ac
deleted file mode 100644
index 45a371954d0e..000000000000
--- a/net-im/micq/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/server.c 2002/04/05 09:53:54 1.1
-+++ src/server.c 2002/04/05 09:54:20
-@@ -134,7 +134,7 @@
- {
- char buf[450];
-
-- sprintf (buf, "%s%c%s", url, ConvSep (), description);
-+ snprintf (buf, sizeof(buf), "%s%c%s", url, ConvSep (), description);
- icq_sendmsg (sess, uin, buf, URL_MESS);
- }
-