Przeglądaj źródła

Avoid redundant printw() call for order

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

+ 2
- 3
src/nnn.c Wyświetl plik

@@ -5188,9 +5188,8 @@ static void statusbar(char *path)
} else { /* light or detail mode */
char sort[] = "\0\0\0\0\0";

getorderstr(sort);

printw("%s", sort);
if (getorderstr(sort))
printw("%s", sort);

/* Timestamp */
print_time(&pent->t);


Ładowanie…
Anuluj
Zapisz