summaryrefslogtreecommitdiff
path: root/src/xine-utils/utils.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-05 22:51:53 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-05 22:51:53 +0100
commitc579d6f6fb0fd0075faf02a80be1a24f7f75071a (patch)
tree9ecca7232b48a5e3421d48d10c9d9861f95c5b36 /src/xine-utils/utils.c
parentc2c388cfc3258d237493df7e4efdfe2562abe78b (diff)
parent08c9d1d6bce967a909bb55a967bf694ce29b4f48 (diff)
downloadxine-lib-c579d6f6fb0fd0075faf02a80be1a24f7f75071a.tar.gz
xine-lib-c579d6f6fb0fd0075faf02a80be1a24f7f75071a.tar.bz2
Merge from 1.1.
--HG-- rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c
Diffstat (limited to 'src/xine-utils/utils.c')
-rw-r--r--src/xine-utils/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c
index 2fb6ea554..3b84e6295 100644
--- a/src/xine-utils/utils.c
+++ b/src/xine-utils/utils.c
@@ -584,7 +584,7 @@ char *xine_get_system_encoding(void) {
char *codeset = NULL;
#ifdef HAVE_NL_LANGINFO
- setlocale(LC_ALL, "");
+ setlocale(LC_CTYPE, "");
codeset = nl_langinfo(CODESET);
#endif
/*