1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Compile fix for arg usage macro

This commit is contained in:
Jonas Fonseca 2005-12-17 18:27:49 +01:00 committed by Jonas Fonseca
parent 5145ae266a
commit 1e60feacb4

View File

@ -165,7 +165,7 @@ script_hook_pre_format_html(va_list ap, void *data)
struct SEE_value args_[2], *args[2] = { &args_[0], &args_[1] };
struct SEE_value result;
evhook_use_params(ses, cached);
evhook_use_params(ses && cached);
if (!cached->length || !*fragment->data)
return EVENT_HOOK_STATUS_NEXT;