]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wordsplit.c
Removed few by now obsolete assertions.
[libucw.git] / lib / wordsplit.c
index eea9476230166816e39b152ec79d8925df7593d7..fe657fc729387b0ce623b395f18e86f235caf442 100644 (file)
@@ -12,7 +12,7 @@
 int
 wordsplit(byte *src, byte **dst, uns max)
 {
-  int cnt = 0;
+  uns cnt = 0;
 
   for(;;)
     {