Remove wrong LC_TIME env. usage
This commit is contained in:
parent
42f20b385f
commit
062b056aad
@ -1798,7 +1798,6 @@ setup(argc, argv)
|
||||
}
|
||||
}
|
||||
|
||||
if ((timefrmt = getenv("LC_TIME")) == NULL)
|
||||
timefrmt = TIMEFMT;
|
||||
timefrmt = TIMEFMT;
|
||||
return(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user