瀏覽代碼
Avoid redundant printw() call for order
master
Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
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); |
|
|
|