From 1a1a1944d56fb34336a927b5772b5f3d7492c83f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 21 Apr 2007 15:27:18 +0000 Subject: [PATCH] ebl add '/' regexp separator git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4583 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/breg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/patches/testing/breg.c b/bacula/patches/testing/breg.c index 0cc18c8091..8c53e6a93b 100644 --- a/bacula/patches/testing/breg.c +++ b/bacula/patches/testing/breg.c @@ -161,6 +161,7 @@ bool BREGEXP::extract_regexp(const char *motif) sep == '%' || sep == '=' || sep == '~' || + sep == '/' || sep == '#' )) { return false; -- 2.39.5