Ticket #1546 (build broken for --with-screen=ncurses)

fix: inconnect value name in tty_print_anychar

    thanx jue for fix

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
Ilia Maslakov 2009-08-19 17:12:39 +00:00
parent 79e45c9770
commit 497af7820e

View File

@ -298,7 +298,7 @@ tty_print_anychar (int c)
} else {
str[res] = '\0';
}
addstr (str_term_form (s));
addstr (str_term_form (str));
} else {
addch (c);
}