mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
int -> size_t
This commit is contained in:
parent
2a0748d533
commit
0dd3aaabe6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user