From c55d47b9a44687eb33ef020e3302bd85f5168ba8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 9 Aug 2007 14:19:53 +0000 Subject: [PATCH] Revert [21008] --- modules/access/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/http.c b/modules/access/http.c index 1bc22c7722..6ef0dcfc8a 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -925,7 +925,7 @@ static int Request( access_t *p_access, int64_t i_tell ) net_Printf( VLC_OBJECT(p_access), p_sys->fd, pvs, "User-Agent: %s\r\n", p_sys->psz_user_agent ); /* Offset */ - if( ( p_sys->i_version == 1 ) && ( i_tell > 0 ) ) + if( p_sys->i_version == 1 ) { net_Printf( VLC_OBJECT(p_access), p_sys->fd, pvs, "Range: bytes="I64Fd"-\r\n", i_tell ); -- 2.39.2