瀏覽代碼

Avoid redundant printw() call for order

master
Arun Prakash Jana 4 年之前
父節點
當前提交
110a4eb108
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. +2
    -3
      src/nnn.c

+ 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);


Loading…
取消
儲存