diff options
Diffstat (limited to 'src/wildcard.cpp')
-rw-r--r-- | src/wildcard.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 2a2c6ad52..270117b65 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -62,9 +62,7 @@ static bool match_internal(const unsigned char *string, const unsigned char *wil { string = s; if (*(wild+1) || !*(s+1)) - { wild++; - } break; } s++; |