From 3af8af7fe008ba200535744ed7e6d2c2b7233e2d Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 13 Jan 2003 17:47:35 +0000 Subject: Whoops, shame on me. CVS patchset: 3902 CVS date: 2003/01/13 17:47:35 --- src/xine-engine/xine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 58eaaded8..086b018e6 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.218 2003/01/13 16:26:48 mroi Exp $ + * $Id: xine.c,v 1.219 2003/01/13 17:47:35 mroi Exp $ * * top-level xine functions * @@ -634,7 +634,7 @@ static int xine_open_internal (xine_stream_t *stream, const char *mrl) { subtitle_mrl[strlen(tmp)] = '\0'; } stream->slave = xine_stream_new (stream->xine, NULL, stream->video_out ); - stream->slave_affection = XINE_MASTER_SLAVE_PLAY || XINE_MASTER_SLAVE_STOP; + stream->slave_affection = XINE_MASTER_SLAVE_PLAY | XINE_MASTER_SLAVE_STOP; if( xine_open( stream->slave, subtitle_mrl ) ) { printf("xine: subtitle mrl opened\n"); stream->slave->master = stream; -- cgit v1.2.3