From: RĂ©mi Denis-Courmont Date: Thu, 9 Aug 2007 14:19:53 +0000 (+0000) Subject: Revert [21008] X-Git-Tag: 0.9.0-test0~6604 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c55d47b9a44687eb33ef020e3302bd85f5168ba8;p=vlc Revert [21008] --- 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 );