diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-07-05 09:40:00 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-07-05 09:40:00 +0000 |
commit | b10f9980898dbd7ddf8024e34aefbf8735145749 (patch) | |
tree | bb5ef4c944c2eb0ad71bf20e71c73866de87d310 | |
parent | a040a7282a760eb3ee8dd627cf9280a0e8f72117 (diff) | |
download | xine-lib-b10f9980898dbd7ddf8024e34aefbf8735145749.tar.gz xine-lib-b10f9980898dbd7ddf8024e34aefbf8735145749.tar.bz2 |
It compiles now.
CVS patchset: 8088
CVS date: 2006/07/05 09:40:00
-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 */ } |