mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
Revert r368606
The issue will be fixed in a different way. Reported by: yuripv
This commit is contained in:
parent
edcdcefb88
commit
8a428dfecb
1 changed files with 0 additions and 4 deletions
|
|
@ -202,13 +202,9 @@ event_print_all(FILE *fp)
|
|||
struct event *e;
|
||||
struct tm tm;
|
||||
char dbuf[80];
|
||||
#ifdef WITH_ICONV
|
||||
static int d_first;
|
||||
|
||||
d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
|
||||
#else
|
||||
#define d_first 0
|
||||
#endif
|
||||
|
||||
while (walkthrough_dates(&e) != 0) {
|
||||
if (e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue