From 1d98c097d4a3605c0ccba4a7f911ec51141578e4 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Fri, 23 Aug 2002 15:18:46 +0000 Subject: Upgrade to 2.13. PR: ports/41941 Submitted by: maintainer Approved by: dwcjr (mentor) --- irc/party/files/patch-ac | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 irc/party/files/patch-ac (limited to 'irc/party/files/patch-ac') 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(); -- cgit v1.2.3