mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
One more compile fix for evhook_use_param() macro usage
This commit is contained in:
parent
1e60feacb4
commit
6251884765
@ -153,7 +153,7 @@ script_hook_pre_format_html(va_list ap, void *data)
|
||||
VALUE args[2];
|
||||
VALUE result;
|
||||
|
||||
evhook_use_params(ses, cached);
|
||||
evhook_use_params(ses && cached);
|
||||
|
||||
if (!cached->length || !*fragment->data)
|
||||
return EVENT_HOOK_STATUS_NEXT;
|
||||
|
Loading…
Reference in New Issue
Block a user