summaryrefslogtreecommitdiff
path: root/net-im/micq/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-22 17:56:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-22 17:56:04 +0000
commit3cb156739765c09aba28c80ef2f604a805825d4e (patch)
tree9c306761e2c20a174180d6a71c57093c57aa67d0 /net-im/micq/files/patch-ab
parentUpdate port to 4.4.5 (diff)
- Backport some of the patched missed during previous update;
- HAS_CONFIGURE --> GNU_CONFIGURE; - sort pkg-plist; - make PORTVERSION more sane.
Notes
Notes: svn path=/head/; revision=57995
Diffstat (limited to 'net-im/micq/files/patch-ab')
-rw-r--r--net-im/micq/files/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-im/micq/files/patch-ab b/net-im/micq/files/patch-ab
new file mode 100644
index 000000000000..5a8cda93173a
--- /dev/null
+++ b/net-im/micq/files/patch-ab
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- src/mreadline.c.orig Fri Feb 8 01:02:42 2002
++++ src/mreadline.c Fri Apr 5 12:51:45 2002
+@@ -174,9 +174,9 @@
+ }
+
+ if ((uin = TabGetNext ()))
+- sprintf (s, "%s %s/", msgcmd, ContactFindName (uin));
++ snprintf (s, sizeof(s), "%s %s/", msgcmd, ContactFindName (uin));
+ else
+- sprintf (s, "%s ", msgcmd);
++ snprintf (s, sizeof(s), "%s ", msgcmd);
+
+ clen = cpos = strlen (s);
+ R_undraw ();