aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-09 09:00:49 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-09 09:00:49 +1000
commit906495d713fa6e773ccd093143c34336361f28c8 (patch)
tree0af3bca4ae92a1d12ea8ebee539d9668175a38ee /fishd.c
parent690648e1b0a04db179d113e2900dde52d0e7f67f (diff)
Improve locale implementation (should now behave identically to bash) and document locale variables behaviour
darcs-hash:20060108230049-ac50b-403f1d00c8483fc4fecc275b62e40b1c3d51bfc1.gz
Diffstat (limited to 'fishd.c')
-rw-r--r--fishd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fishd.c b/fishd.c
index c9f5efa7..9b29fd20 100644
--- a/fishd.c
+++ b/fishd.c
@@ -400,7 +400,7 @@ static void init()
sock = get_socket();
daemonize();
- fish_setlocale( LC_ALL, L"" );
+ wsetlocale( LC_ALL, L"" );
env_universal_common_init( &broadcast );
load();