This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Use hyphen within date
master
Arun Prakash Jana
7 years ago
parent
6c0fe4058c
commit
fb521a7a94
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nnn.c
+ 1
- 1
nnn.c
View 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…
Cancel
Save