Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121247
Collapse All | Expand All

(-)elinks-0.11.0.orig/src/scripting/ruby/hooks.c (-1 / +1 lines)
Lines 160-166 Link Here
160
160
161
	args[0] = rb_str_new2(url);
161
	args[0] = rb_str_new2(url);
162
	/* FIXME: Use html_len */
162
	/* FIXME: Use html_len */
163
	args[1] = rb_str_new(fragment->data, fragment->length);
163
	args[1] = rb_str_new2(fragment->data);
164
164
165
	result = erb_protected_method_call("pre_format_html_hook", 2, args, &error);
165
	result = erb_protected_method_call("pre_format_html_hook", 2, args, &error);
166
	if (error) {
166
	if (error) {

Return to bug 121247