From 1053a605f4558daba5da40ced061420d8b39b926 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Mon, 24 Feb 2003 00:12:06 +0000 Subject: nbc_end_of_stream is no more needed. CVS patchset: 4279 CVS date: 2003/02/24 00:12:06 --- src/input/input_http.c | 2 -- src/input/input_mms.c | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src') 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; } diff --git a/src/input/input_mms.c b/src/input/input_mms.c index 20a61fe95..8fbf1b63c 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.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: input_mms.c,v 1.36 2003/02/23 22:28:26 tmattern Exp $ + * $Id: input_mms.c,v 1.37 2003/02/24 00:12:06 tmattern Exp $ * * mms input plugin based on work from major mms */ @@ -120,8 +120,6 @@ static off_t mms_plugin_read (input_plugin_t *this_gen, this->curpos += n; - if (n != len) - nbc_end_of_stream (this->nbc); return n; } -- cgit v1.2.3