]> git.sesse.net Git - vlc/commitdiff
Revert [21008]
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 9 Aug 2007 14:19:53 +0000 (14:19 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 9 Aug 2007 14:19:53 +0000 (14:19 +0000)
modules/access/http.c

index 1bc22c7722214c2d25d6c20b5d73796e0775d76c..6ef0dcfc8aaab7d94b777b70667af996b59e5863 100644 (file)
@@ -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 );