git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
url: remove vlc_UrlParse() option parameter
[vlc.git]
/
modules
/
access
/
gnomevfs.c
diff --git
a/modules/access/gnomevfs.c
b/modules/access/gnomevfs.c
index
9a07e46
..
18cb87d
100644
(file)
--- a/
modules/access/gnomevfs.c
+++ b/
modules/access/gnomevfs.c
@@
-136,7
+136,7
@@
static int Open( vlc_object_t *p_this )
char *psz_escaped_path;
char *psz_path_begin;
- vlc_UrlParse( &url, psz_unescaped
, 0
);
+ vlc_UrlParse( &url, psz_unescaped );
psz_escaped_path = gnome_vfs_escape_path_string( url.psz_path );
if( psz_escaped_path )