From 124d32d6a991f995bbe1940d2edf0ef2e60b8169 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 10 Feb 2001 23:25:09 +0000 Subject: [PATCH] Change localizing to LC_ALL --- usr.bin/hexdump/hexdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index c8ce78de8c3a..7a7434b85df0 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);