bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in find.c


From: Bakken, Luke
Subject: Bug in find.c
Date: Wed, 6 Nov 2002 12:24:08 -0800

diff -ru global-4.5/libutil/find.c global-4.5-pcl/libutil/find.c
--- global-4.5/libutil/find.c   2002-07-04 06:39:21.000000000 -0700
+++ global-4.5-pcl/libutil/find.c       2002-11-06 12:20:09.000000000 -0800
@@ -138,7 +138,6 @@
                        char    *p;
 
                        for (p = suffp; *p && *p != ','; p++) {
-                               strbuf_putc(sb, '\\');
                                strbuf_putc(sb, *p);
                        }
                        if (!*p)


I had added "mnb" to my file suffix list, and the files weren't being found. 
Escaping every char in the regex appeared to be the problem, so I removed it.

Let me know if that was actually the problem.

Luke




reply via email to

[Prev in Thread] Current Thread [Next in Thread]