1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

int -> size_t

This commit is contained in:
Witold Filipczyk 2018-02-25 17:14:46 +01:00
parent 2a0748d533
commit 0dd3aaabe6

View File

@ -121,7 +121,7 @@ script_hook_pre_format_html(va_list ap, void *data)
struct cache_entry *cached = va_arg(ap, struct cache_entry *);
struct fragment *fragment = get_cache_fragment(cached);
unsigned char *url = struri(cached->uri), *frag;
int len;
size_t len;
SCM proc;
SCM x;