Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6884bea8
Commit
6884bea8
authored
Jan 10, 2007
by
Rémi Denis-Courmont
Browse files
Do not read inexistant configuration parameter
parent
364f370e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/rc.c
View file @
6884bea8
...
...
@@ -220,9 +220,7 @@ static int Activate( vlc_object_t *p_this )
psz_unix_path
=
config_GetPsz
(
p_intf
,
"rc-unix"
);
if
(
psz_unix_path
)
{
int
i_socket
,
i_overwrite
;
i_overwrite
=
config_GetInt
(
p_intf
,
"rc-overwrite"
);
int
i_socket
;
#if !defined(AF_LOCAL) || defined(WIN32)
msg_Warn
(
p_intf
,
"your OS doesn't support filesystem sockets"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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