diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-21 13:27:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-21 13:27:10 +0000 |
commit | 3b94be4227cd422166769660da3ce938f54e106a (patch) | |
tree | 56e01bd617a6bcfbba3ab54515c22b0b66803fe2 /net/micq/files/patch-ac | |
parent | - Update to 0.9.6c (diff) |
remove needless patches
PR: 37308
Submitted by: Hiroo ONO <hiroo@oikumene.gcd.org>
Notes
Notes:
svn path=/head/; revision=57950
Diffstat (limited to 'net/micq/files/patch-ac')
-rw-r--r-- | net/micq/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/micq/files/patch-ac b/net/micq/files/patch-ac deleted file mode 100644 index b44d774b820c..000000000000 --- a/net/micq/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- sendmsg.c.orig Tue Jan 23 11:49:05 2001 -+++ sendmsg.c Wed Jan 24 22:02:47 2001 -@@ -977,7 +977,7 @@ - { - char buf[450]; - -- sprintf( buf, "%s\xFE%s", url, description ); -+ snprintf( buf, sizeof(buf), "%s\xFE%s", url, description ); - icq_sendmsg( sok, uin, buf, URL_MESS ); - } - |