]> mj.ucw.cz Git - libucw.git/blobdiff - lib/url.c
Some Perl modules have moved to UCW namespace.
[libucw.git] / lib / url.c
index da3074bf38429d7f2817c4129559760595a0d247..8f1a435bb241fa2c4592f5f6d93e545baa10d2ef 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -29,7 +29,7 @@
 
 static uns url_ignore_spaces;
 static uns url_ignore_underflow;
-static byte *url_component_separators = "";
+static char *url_component_separators = "";
 static uns url_min_repeat_count = 0x7fffffff;
 static uns url_max_repeat_length = 0;