Arun Prakash Jana
4 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
2 additions and
3 deletions
-
src/nnn.c
|
@@ -5188,9 +5188,8 @@ static void statusbar(char *path) |
|
|
} else { /* light or detail mode */ |
|
|
} else { /* light or detail mode */ |
|
|
char sort[] = "\0\0\0\0\0"; |
|
|
char sort[] = "\0\0\0\0\0"; |
|
|
|
|
|
|
|
|
getorderstr(sort); |
|
|
|
|
|
|
|
|
|
|
|
printw("%s", sort); |
|
|
|
|
|
|
|
|
if (getorderstr(sort)) |
|
|
|
|
|
printw("%s", sort); |
|
|
|
|
|
|
|
|
/* Timestamp */ |
|
|
/* Timestamp */ |
|
|
print_time(&pent->t); |
|
|
print_time(&pent->t); |
|
|