summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-string.c b/src/core/wee-string.c
index 6d42c1387..44f8c1e04 100644
--- a/src/core/wee-string.c
+++ b/src/core/wee-string.c
@@ -727,7 +727,7 @@ string_mask_to_regex (const char *mask)
char *result;
const char *ptr_mask;
int index_result;
- char *regex_special_char = ".[]{}()|?+";
+ char *regex_special_char = ".[]{}()?+";
if (!mask)
return NULL;