mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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 args[2];
|
||||||
VALUE result;
|
VALUE result;
|
||||||
|
|
||||||
evhook_use_params(ses, cached);
|
evhook_use_params(ses && cached);
|
||||||
|
|
||||||
if (!cached->length || !*fragment->data)
|
if (!cached->length || !*fragment->data)
|
||||||
return EVENT_HOOK_STATUS_NEXT;
|
return EVENT_HOOK_STATUS_NEXT;
|
||||||
|
Loading…
Reference in New Issue
Block a user