1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

One more compile fix for evhook_use_param() macro usage

This commit is contained in:
Jonas Fonseca 2005-12-17 18:36:46 +01:00 committed by Jonas Fonseca
parent 1e60feacb4
commit 6251884765

View File

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