diff options
Diffstat (limited to 'include/wildcard.h')
-rw-r--r-- | include/wildcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wildcard.h b/include/wildcard.h index ab6e6d71e..fc73c2d2a 100644 --- a/include/wildcard.h +++ b/include/wildcard.h @@ -3,5 +3,5 @@ void Delete(char* str,int pos); void Insert(char* substr,char* str,int pos); -bool match(char* literal, char* mask); +bool match(const char* literal, const char* mask); |