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
4ba34e14
Commit
4ba34e14
authored
Apr 14, 2006
by
Rémi Denis-Courmont
Browse files
Do not alter LC_NUMERIC (refs #581).
*** NOT MEANT FOR BACKPORTING ***
parent
c1f5a1a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.c
View file @
4ba34e14
...
...
@@ -2000,10 +2000,6 @@ static void SetLanguage ( char const *psz_lang )
#endif
setlocale
(
LC_ALL
,
psz_lang
);
/* many code paths assume that float numbers are formatted according
* to the US standard (ie. with dot as decimal point), so we keep
* C for LC_NUMERIC. */
setlocale
(
LC_NUMERIC
,
"C"
);
}
/* Specify where to find the locales for current domain */
...
...
Write
Preview
Supports
Markdown
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