소스 검색
Avoid redundant printw() call for order
master
Arun Prakash Jana
4 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
2개의 추가작업 그리고
3개의 파일을 삭제
-
src/nnn.c
|
|
@@ -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); |
|
|
|