diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-12 12:24:20 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-12 12:24:20 +0000 |
| commit | 351472c6df27eb201576cc5f93717945e6045d84 (patch) | |
| tree | 7c78fc7ee49b59d4dd3bf02bc3738f65933fa5e1 | |
| parent | 0fa1b0ba1f7bcef4ac1e3e93246788bc25dadf07 (diff) | |
Notes
| -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); |
