summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.c b/lib/common.c
index 597f0d5..a1b8f8a 100644
--- a/lib/common.c
+++ b/lib/common.c
@@ -380,6 +380,7 @@ void prepareCompressed(std::string& pattern)
toUpper(pattern);
removeWord(pattern, " TEIL ");
+ removeWord(pattern, "(TEIL ");
removeWord(pattern, " FOLGE ");
removeCharsExcept(pattern, notignore);
}