diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-02-10 23:25:09 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-02-10 23:25:09 +0000 |
| commit | 124d32d6a991f995bbe1940d2edf0ef2e60b8169 (patch) | |
| tree | f486d8365a9ab29c5940e6a7d63838fdab5b296c /usr.bin | |
| parent | c83633a4ff380a980452f935c2bba5ac0d7c0b9e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/hexdump/hexdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
