summaryrefslogtreecommitdiff
path: root/irc/party/files/patch-ac
blob: ee8a7c887d04c0a3ad2d9859a7ac8449bfc12c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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();