]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/utils/ucw-urltool.c
Merge branch 'master' into dev-sizet
[libucw.git] / ucw / utils / ucw-urltool.c
index eff6598ccae090cb7323435df77fec501324a955..f25b70c5b323d6cba6aab52168b44f178ed78298 100644 (file)
@@ -15,9 +15,9 @@
 
 static byte *base_url;
 static struct url base;
-static uns opt_split = 0, opt_normalize = 0, opt_forgive = 0;
+static uint opt_split = 0, opt_normalize = 0, opt_forgive = 0;
 static struct fastbuf *fout;
-static uns err_count;
+static uint err_count;
 
 static void
 process_url(byte *url)