diff options
Diffstat (limited to 'src/wildcard.cpp')
-rw-r--r-- | src/wildcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 270117b65..b49ba943a 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -40,7 +40,7 @@ static bool match_internal(const unsigned char *string, const unsigned char *wil return false; if (!map) - map = lowermap; + map = rfc_case_insensitive_map; while (*string) { |