mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-27 04:34:34 +03:00
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:
parent
79e45c9770
commit
497af7820e
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user