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-ab | |
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-ab')
-rw-r--r-- | net/micq/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/micq/files/patch-ab b/net/micq/files/patch-ab deleted file mode 100644 index 5a0048fae593..000000000000 --- a/net/micq/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- mreadline.c.orig Tue Jan 23 11:49:05 2001 -+++ mreadline.c Wed Jan 24 22:01:31 2001 -@@ -359,7 +359,7 @@ - break; - } - } -- sprintf (s, "%s %s/", message_cmd, -+ snprintf (s, sizeof(s), "%s %s/", message_cmd, - tab_array[tab_pointer]); - clen = cpos = strlen (s); - R_undraw(); |