Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
cc39378d
Commit
cc39378d
authored
Aug 04, 2007
by
Rémi Denis-Courmont
Browse files
Compile fix
parent
e7859061
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/control/http/util.c
View file @
cc39378d
...
...
@@ -980,6 +980,7 @@ char *E_(RealPath)( intf_thread_t *p_intf, const char *psz_src )
if
(
psz_dir
[
0
]
==
'~'
)
{
char
dir
;
/* This is incomplete : we should also support the ~cmassiot/ syntax. */
asprintf
(
&
dir
,
"%s%s"
,
p_intf
->
p_libvlc
->
psz_userdir
,
psz_dir
+
1
);
free
(
psz_dir
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment