diff options
Diffstat (limited to 'irc/party/files/patch-ac')
-rw-r--r-- | irc/party/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/party/files/patch-ac b/irc/party/files/patch-ac deleted file mode 100644 index ee8a7c887d04..000000000000 --- a/irc/party/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- proc.c.orig Thu Aug 22 23:22:19 2002 -+++ proc.c Thu Aug 22 23:22:31 2002 -@@ -50,7 +50,7 @@ - /* If a filter is running, and it is different, kill it */ - if (out_fd != 1) - { -- if (!strncmp(ofilter,opt[OPT_FILTER].str)) -+ if (!strncmp(ofilter,opt[OPT_FILTER].str, BFSZ)) - return(0); - else - stop_filter(); |