From f66d99f908122f3ab1e2c377db203a131faf86c9 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 24 Jun 2000 13:36:13 +0000 Subject: Localize ctype too. Add weekday to showuser expired fields --- pw/pw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pw/pw.c') diff --git a/pw/pw.c b/pw/pw.c index 5c77783..d854c92 100644 --- a/pw/pw.c +++ b/pw/pw.c @@ -132,7 +132,7 @@ main(int argc, char *argv[]) umask(0); /* We wish to handle this manually */ LIST_INIT(&arglist); - (void)setlocale(LC_TIME, ""); + (void)setlocale(LC_ALL, ""); /* * Break off the first couple of words to determine what exactly -- cgit v1.2.3