epel9
Michael Schwendt 20 years ago
parent 8478dc6bd9
commit 95ef2103e5

@ -6,7 +6,7 @@ diff -Nur aalib-1.4.0-orig/src/aalinuxkbd.c aalib-1.4.0/src/aalinuxkbd.c
{
if (!closed)
- return;
+ return 0;
+ return 1;
mypid = getpid();
if (tty_fd == -1) {
tty_fd = fileno(stdin);

Loading…
Cancel
Save