From 503a85ae948ac9bda719511b6637177cfc45cfdd Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 5 Jun 1996 16:41:10 +0000 Subject: [PATCH] Activate collate --- games/fortune/strfile/strfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 1f6a9bbf0245..4ce0928ac578 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -146,7 +146,7 @@ char **av; register STR *fp; static char string[257]; - (void) setlocale(LC_CTYPE, ""); + (void) setlocale(LC_ALL, ""); getargs(ac, av); /* evalute arguments */ dc = Delimch;