summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/fortune/strfile/strfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c
index 1f6a9bb..4ce0928 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;
OpenPOWER on IntegriCloud