summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/fortune/fortune/fortune.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud