diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-14 07:57:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-14 07:57:22 +0000 |
commit | 328dfe5722c8ce8bbe0d4d819590e1a7d29314d4 (patch) | |
tree | 60634b48b6642b1123198ff173850a0b90c414aa /net/micq/files/patch-ac | |
parent | Kill evil rcs(1)-injected hunk, which makes do-patch failing. (diff) |
Update to 0.4.8pl9.
PR: 37950
Submitted by: Hiroo ONO <hiroo@oikumene.gcd.org>
Diffstat (limited to 'net/micq/files/patch-ac')
-rw-r--r-- | net/micq/files/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/micq/files/patch-ac b/net/micq/files/patch-ac index c01bc9202d4c..45a371954d0e 100644 --- a/net/micq/files/patch-ac +++ b/net/micq/files/patch-ac @@ -7,8 +7,8 @@ $FreeBSD$ { char buf[450]; -- sprintf (buf, "%s\xFE%s", url, description); -+ snprintf (buf, sizeof(buf), "%s\xFE%s", url, description); +- 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); } |