]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wordsplit.c
Use `char *' instead of `byte *' for strings
[libucw.git] / lib / wordsplit.c
index d13f21087792fe8774a56be483dafdc678635924..70984ab58fbe68e02bc7d90ead4828fb53745cf9 100644 (file)
@@ -14,7 +14,7 @@
 #include <string.h>
 
 int
-sepsplit(byte *str, byte sep, byte **rec, uns max)
+sepsplit(byte *str, uns sep, byte **rec, uns max)
 {
   uns cnt = 0;
   while (1)