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) if (!closed)
- return; - return;
+ return 0; + return 1;
mypid = getpid(); mypid = getpid();
if (tty_fd == -1) { if (tty_fd == -1) {
tty_fd = fileno(stdin); tty_fd = fileno(stdin);

Loading…
Cancel
Save