From e4cce064d1b907b34171fb604219fa5f2fc7c005 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 12 Aug 1996 12:24:20 +0000 Subject: Pick collate info too --- games/fortune/fortune/fortune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 7ffc6fc..05dcb05 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -189,7 +189,7 @@ char *av[]; int fd; #endif /* OK_TO_WRITE_DISK */ - (void) setlocale(LC_CTYPE, ""); + (void) setlocale(LC_ALL, ""); getargs(ac, av); -- cgit v1.1