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

SEE: use keystr as return value. Killed warning.

This commit is contained in:
Witold Filipczyk 2006-09-03 13:21:23 +02:00 committed by Witold Filipczyk
parent fcc00bcfd9
commit c961564d0b

View File

@ -190,7 +190,7 @@ input_get(struct SEE_interpreter *interp, struct SEE_object *o,
if (link->accesskey)
append_unicode_to_SEE_string(interp, keystr,
link->accesskey);
SEE_SET_STRING(res, str);
SEE_SET_STRING(res, keystr);
} else if (p == s_alt) {
str = string_to_SEE_string(interp, fc->alt);
SEE_SET_STRING(res, str);