diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-02-24 00:12:06 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-02-24 00:12:06 +0000 |
commit | 1053a605f4558daba5da40ced061420d8b39b926 (patch) | |
tree | 641d18351cbd329152307291cdff5fb83d8af901 /src/input/input_http.c | |
parent | 9fb4a9baa0497923fb9bb1b7c64a1373f470b712 (diff) | |
download | xine-lib-1053a605f4558daba5da40ced061420d8b39b926.tar.gz xine-lib-1053a605f4558daba5da40ced061420d8b39b926.tar.bz2 |
nbc_end_of_stream is no more needed.
CVS patchset: 4279
CVS date: 2003/02/24 00:12:06
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r-- | src/input/input_http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 9506f062d..f876885e3 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -464,8 +464,6 @@ static off_t http_plugin_read (input_plugin_t *this_gen, if (!n) break; } - if (num_bytes != nlen) - nbc_end_of_stream (this->nbc); return num_bytes; } |