summaryrefslogtreecommitdiff
path: root/chat/micq/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/micq/patches/patch-ab')
-rw-r--r--chat/micq/patches/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/chat/micq/patches/patch-ab b/chat/micq/patches/patch-ab
deleted file mode 100644
index 4d0d9a9b38d..00000000000
--- a/chat/micq/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/11/28 17:30:39 wiz Exp $
-
---- src/mreadline.c.orig Thu Nov 22 00:29:15 2001
-+++ src/mreadline.c
-@@ -166,9 +166,10 @@
- }
-
- if ((uin = TabGetNext ()))
-- sprintf (s, "%s %s/", message_cmd, UIN2Name (uin));
-+ snprintf (s, sizeof(s), "%s %s/", message_cmd, UIN2Name (uin));
- else
-- sprintf (s, "%s ", message_cmd);
-+ snprintf (s, sizeof(2), "%s ", message_cmd);
-+
-
- clen = cpos = strlen (s);
- R_undraw ();