diff options
| -rw-r--r-- | games/fortune/fortune/fortune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 7ffc6fc1ff67..05dcb0556c17 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); |
