Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
955f08db
Commit
955f08db
authored
Sep 01, 2006
by
Konstantin Pavlov
Browse files
Recode output in rc interface to current locale
parent
268289cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/rc.c
View file @
955f08db
...
...
@@ -54,6 +54,8 @@
#include
"network.h"
#include
"vlc_url.h"
#include
"charset.h"
#if defined(AF_UNIX) && !defined(AF_LOCAL)
# define AF_LOCAL AF_UNIX
#endif
...
...
@@ -137,7 +139,7 @@ void __msg_rc( intf_thread_t *p_intf, const char *psz_fmt, ... )
if
(
p_intf
->
p_sys
->
i_socket
==
-
1
)
{
vprintf
(
psz_fmt
,
args
);
utf8_vfprintf
(
stdout
,
psz_fmt
,
args
);
printf
(
"
\r\n
"
);
}
else
...
...
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