Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: AW: Problem using vdr-1.1.24 with keyboard
David Philippi wrote:
> On Thursday 13 February 2003 07:23, you wrote:
> > das Problem gibt es seit 1.1.20, in der vdr.c muss irgendwo eine
> > Zeile geändert werden, habe es aber gerade nicht hier.
>
> Thanks I'll get a 1.1.19 until someone posts the line or 1.1.25
> comes out witth the fix (I'd hope the latter to be the case).
Try this fix together with the -t option.
--- vdr.c.orig Sun Feb 9 14:13:42 2003
+++ vdr.c Thu Feb 13 18:42:44 2003
@@ -322,6 +322,7 @@
stdin = freopen(Terminal, "r", stdin);
stdout = freopen(Terminal, "w", stdout);
stderr = freopen(Terminal, "w", stderr);
+ HasStdin = true;
}
isyslog("VDR version %s started", VDRVERSION);
Now -t sets foreground mode unless -d is specified.
Oliver
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index