X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Furl.c;h=8f1a435bb241fa2c4592f5f6d93e545baa10d2ef;hb=35257848f97710b8107e20f690404cfaf0838f74;hp=da3074bf38429d7f2817c4129559760595a0d247;hpb=6c475b0d66dff5ba9c12b3d1a3bbb16816ce3e2b;p=libucw.git diff --git a/lib/url.c b/lib/url.c index da3074bf..8f1a435b 100644 --- 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;