]> git.sesse.net Git - vlc/blobdiff - modules/access/file.c
Use file path instead of URL where appropriate
[vlc] / modules / access / file.c
index b96f60bb92496aa86c4eacfd1b7b7dd20ece3e24..be6b2a01179e51fb1a7aaa9dff97d0a1309abb6c 100644 (file)
@@ -133,7 +133,7 @@ static bool IsRemote (int fd)
 int Open( vlc_object_t *p_this )
 {
     access_t     *p_access = (access_t*)p_this;
-    const char   *path = p_access->psz_path;
+    const char   *path = p_access->psz_filepath;
 #ifdef WIN32
     bool is_remote = false;
 #endif