diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-30 19:30:10 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-30 19:30:10 +0000 |
| commit | 6d994e13c80e6014577877c1422a1fd6b91f8a1b (patch) | |
| tree | b220bba20cb58d601a225d2913694ed9a6f26b63 /usr.bin/comm | |
| parent | 909b37a41475eaa2cb8ce54ab9dbbd88809b3c8d (diff) | |
Notes
Diffstat (limited to 'usr.bin/comm')
| -rw-r--r-- | usr.bin/comm/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index bdf30e36afe53..5d234c88bbca8 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -82,7 +82,7 @@ main(argc, argv) flag1 = flag2 = flag3 = 1; iflag = 0; - (void) setlocale(LC_CTYPE, ""); + (void) setlocale(LC_ALL, ""); while ((ch = getopt(argc, argv, "-123i")) != -1) switch(ch) { |
