Lookup locale when print all keywords as well.
Reported by: dumbbell Reviewed by: dumbbell MFC after: 1 week
This commit is contained in:
parent
962713601b
commit
f11b3f46a7
@ -283,8 +283,9 @@ main(int argc, char *argv[])
|
||||
|
||||
/* process '-c', '-k', or command line arguments. */
|
||||
if (prt_categories || prt_keywords || argc > 0) {
|
||||
if (argc > 0) {
|
||||
if (prt_keywords)
|
||||
setlocale(LC_ALL, "");
|
||||
if (argc > 0) {
|
||||
while (argc > 0) {
|
||||
showdetails(*argv);
|
||||
argv++;
|
||||
|
Loading…
Reference in New Issue
Block a user