Преглед изворни кода

Use hyphen within date

master
Arun Prakash Jana пре 8 година
родитељ
комит
fb521a7a94
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Прегледај датотеку

@@ -1150,7 +1150,7 @@ printent_long(struct entry *ent, int sel)
else else
ncols = COLS; ncols = COLS;


strftime(buf, 18, "%d %m %Y %H:%M", localtime(&ent->t)); strftime(buf, 18, "%d-%m-%Y %H:%M", localtime(&ent->t));


if (sel) if (sel)
attron(A_REVERSE); attron(A_REVERSE);


||||||
x
 
000:0
Loading…
Откажи
Сачувај