diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 01:57:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 01:57:23 +0000 |
commit | c7a199d66b0a44ae60d833a2ec9f12cc0ede7dd3 (patch) | |
tree | a3aeb640266250163aa5692fec365cd4a4237a55 /net/micq/files/patch-ac | |
parent | - Fix MASTER_SITES (diff) |
Upgrade to 0.4.9.4.
PR: ports/44118
Submitted by: Ports Fury.
Notes
Notes:
svn path=/head/; revision=68133
Diffstat (limited to 'net/micq/files/patch-ac')
-rw-r--r-- | net/micq/files/patch-ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/micq/files/patch-ac b/net/micq/files/patch-ac deleted file mode 100644 index 45a371954d0e..000000000000 --- a/net/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); - } - |