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
f940c37b
Commit
f940c37b
authored
Aug 13, 2005
by
Jean-Paul Saman
Browse files
Fix breakage of revision 12164 when a non-socket connection to the rc interface is active.
parent
28caec4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/rc.c
View file @
f940c37b
...
...
@@ -131,7 +131,10 @@ void __msg_rc( intf_thread_t *p_intf, const char *psz_fmt, ... )
va_start
(
args
,
psz_fmt
);
if
(
p_intf
->
p_sys
->
i_socket
==
-
1
)
{
vprintf
(
psz_fmt
,
args
);
printf
(
"
\n
"
);
}
else
{
net_vaPrintf
(
p_intf
,
p_intf
->
p_sys
->
i_socket
,
NULL
,
psz_fmt
,
args
);
...
...
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