On Mon, 23 Jul 2001, Perry Hoekstra wrote:
> why does "devel/test.html" show up as an add_exclude?

That's because all excludes and includes go through the same function --
an include just has the "include" flag turned on.  The following patch
causes the verbose output to mention the include-flag setting.

--- exclude.c   21 Jun 2001 06:15:34 -0000      1.38
+++ exclude.c   23 Jul 2001 17:52:09 -0000
@@ -202,7 +202,7 @@
                out_of_memory("add_exclude");

        if (verbose > 2)
-               rprintf(FINFO,"add_exclude(%s)\n",pattern);
+               rprintf(FINFO,"add_exclude(%s,%d)\n",pattern,include);

        (*list)[len+1] = NULL;
 }

..wayne..


Reply via email to