From b10f9980898dbd7ddf8024e34aefbf8735145749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 5 Jul 2006 09:40:00 +0000 Subject: It compiles now. CVS patchset: 8088 CVS date: 2006/07/05 09:40:00 --- src/xine-engine/io_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/io_helper.c b/src/xine-engine/io_helper.c index 8f1a5ad70..064a8b338 100644 --- a/src/xine-engine/io_helper.c +++ b/src/xine-engine/io_helper.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project, + * Copyright (C) 2000-2006 the xine project, * * This file is part of xine, a free video player. * @@ -325,7 +325,7 @@ static off_t xio_rw_abort(xine_stream_t *stream, int fd, int cmd, char *buf, off } if (xine_config_lookup_entry (stream->xine, "media.network.timeout", &cfgentry)) { - timeout = entry.num_value * 1000; + timeout = cfgentry.num_value * 1000; } else { timeout = 30000; /* 30K msecs = 30 secs */ } -- cgit v1.2.3