pkgsrc/multimedia/xine-ui/patches/patch-ai
drochner ea9e7838d9 update to 0.99.6
changes: many bugfixes
2010-05-07 17:46:24 +00:00

13 lines
483 B
Text

$NetBSD: patch-ai,v 1.4 2010/05/07 17:46:25 drochner Exp $
--- src/xitk/stdctl.c.orig 2010-03-11 09:36:27.000000000 +0000
+++ src/xitk/stdctl.c
@@ -170,7 +170,7 @@ void stdctl_start(void) {
int err;
stdctl.fd = STDIN_FILENO;
- stdctl.fbk = gGui->stdout;
+ stdctl.fbk = STDOUT_FILENO;
if((err = pthread_create(&(stdctl.thread), NULL, xine_stdctl_loop, NULL)) != 0) {
fprintf(stderr, _("%s(): can't create new thread (%s)\n"), __XINE_FUNCTION__, strerror(err));