]> mj.ucw.cz Git - libucw.git/blobdiff - lib/ctmatch.c
Redefined RadixThreshold to bound the array size instead of the number
[libucw.git] / lib / ctmatch.c
index 597990703f09bafbd065695c24f37af97ff6e5d4..7e807760618ff3548afcd991d5d27926c5fee066 100644 (file)
@@ -11,7 +11,7 @@
 #include "lib/chartype.h"
 
 int
-match_ct_patt(byte *p, byte *t)
+match_ct_patt(const char *p, const char *t)
 {
   if (*p == '*' && !p[1])              /* "*" matches everything */
     return 1;