mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[scripting] silence warning
This commit is contained in:
parent
ebe3672e10
commit
77addf7277
@ -164,6 +164,8 @@ script_hook_pre_format_html(va_list ap, void *data)
|
||||
struct fragment *fragment = get_cache_fragment(cached);
|
||||
char *url = struri(cached->uri);
|
||||
|
||||
evhook_use_params(ses && cached);
|
||||
|
||||
if (my_perl && url && cached->length && *fragment->data)
|
||||
do_script_hook_pre_format_html(url, cached, fragment);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user