summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-12 12:24:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-12 12:24:20 +0000
commit351472c6df27eb201576cc5f93717945e6045d84 (patch)
tree7c78fc7ee49b59d4dd3bf02bc3738f65933fa5e1
parent0fa1b0ba1f7bcef4ac1e3e93246788bc25dadf07 (diff)
Notes
-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 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);