Przeglądaj źródła

Use hyphen within date

master
Arun Prakash Jana 8 lat temu
rodzic
commit
fb521a7a94
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Wyświetl plik

@@ -1150,7 +1150,7 @@ printent_long(struct entry *ent, int sel)
else
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)
attron(A_REVERSE);


Ładowanie…
Anuluj
Zapisz