mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
SEE: use keystr as return value. Killed warning.
This commit is contained in:
parent
fcc00bcfd9
commit
c961564d0b
@ -190,7 +190,7 @@ input_get(struct SEE_interpreter *interp, struct SEE_object *o,
|
|||||||
if (link->accesskey)
|
if (link->accesskey)
|
||||||
append_unicode_to_SEE_string(interp, keystr,
|
append_unicode_to_SEE_string(interp, keystr,
|
||||||
link->accesskey);
|
link->accesskey);
|
||||||
SEE_SET_STRING(res, str);
|
SEE_SET_STRING(res, keystr);
|
||||||
} else if (p == s_alt) {
|
} else if (p == s_alt) {
|
||||||
str = string_to_SEE_string(interp, fc->alt);
|
str = string_to_SEE_string(interp, fc->alt);
|
||||||
SEE_SET_STRING(res, str);
|
SEE_SET_STRING(res, str);
|
||||||
|
Loading…
Reference in New Issue
Block a user