diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/io_helper.c | 4 |
1 files 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 */ } |