summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-12 12:24:20 +0000
committerache <ache@FreeBSD.org>1996-08-12 12:24:20 +0000
commite4cce064d1b907b34171fb604219fa5f2fc7c005 (patch)
tree7c78fc7ee49b59d4dd3bf02bc3738f65933fa5e1 /games
parente853c124679267b145ce0c56e87a85867e02995f (diff)
downloadFreeBSD-src-e4cce064d1b907b34171fb604219fa5f2fc7c005.zip
FreeBSD-src-e4cce064d1b907b34171fb604219fa5f2fc7c005.tar.gz
Pick collate info too
Diffstat (limited to 'games')
-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