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

[scripting] silence warning

This commit is contained in:
Witold Filipczyk 2024-04-18 09:15:10 +02:00
parent ebe3672e10
commit 77addf7277

View File

@ -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);