Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Use hyphen within date
master
Arun Prakash Jana
8 anni fa
parent
6c0fe4058c
commit
fb521a7a94
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
A75979F35C080412
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nnn.c
+ 1
- 1
nnn.c
Vedi File
@@ -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);
Write
Preview
Loading…
Annulla
Salva