summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-02-10 23:25:09 +0000
committerache <ache@FreeBSD.org>2001-02-10 23:25:09 +0000
commit0c50457380634aeb3bac493686d48bd4ff342a95 (patch)
tree5669e57e6966a75006c4b2ae54bc4f4ebe3e87c7 /usr.bin
parent7fa161d82a2f1d1a5d6eaea06b724ce401ad6b92 (diff)
downloadFreeBSD-src-0c50457380634aeb3bac493686d48bd4ff342a95.zip
FreeBSD-src-0c50457380634aeb3bac493686d48bd4ff342a95.tar.gz
Change localizing to LC_ALL
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/hexdump/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c
index c8ce78d..7a7434b 100644
--- a/usr.bin/hexdump/hexdump.c
+++ b/usr.bin/hexdump/hexdump.c
@@ -65,7 +65,7 @@ main(argc, argv)
register FS *tfs;
char *p;
- (void)setlocale(LC_CTYPE, "");
+ (void)setlocale(LC_ALL, "");
if (!(p = rindex(argv[0], 'o')) || strcmp(p, "od"))
newsyntax(argc, &argv);
OpenPOWER on IntegriCloud