]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Small warning fix.
[vlc] / modules / access / http.c
index dc9cb4a7524e02ff1ea559c6b318582a145936b5..651e250647375474f71879f2d480bd2cb3b3d7f4 100644 (file)
@@ -903,7 +903,7 @@ static int Request( access_t *p_access, int64_t i_tell )
     }
     else
     {
-        char *psz_path = p_sys->url.psz_path;
+        const char *psz_path = p_sys->url.psz_path;
         if( !psz_path || !*psz_path )
         {
             psz_path = "/";