ps: remove xo_no_setlocale() call
Apparently libxo was fixed to do the right thing on FreeBSD, and calling xo_no_setlocale() is no longer needed. Reported by: phil
This commit is contained in:
parent
ee7b7f3f05
commit
26161fcfca
@ -192,7 +192,6 @@ main(int argc, char *argv[])
|
||||
char fmtbuf[_POSIX2_LINE_MAX];
|
||||
|
||||
(void) setlocale(LC_ALL, "");
|
||||
xo_no_setlocale();
|
||||
time(&now); /* Used by routines in print.c. */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user