瀏覽代碼

Reduce a check

master
Arun Prakash Jana 4 年之前
父節點
當前提交
aa8769ecee
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      src/nnn.c

+ 2
- 3
src/nnn.c 查看文件

@@ -3446,11 +3446,10 @@ static void printent(const struct entry *ent, uint namecols, bool sel)
ind = '*';
}

if (ent->flags & HARD_LINK)
pair = C_HRD;

if (!ent->size)
pair = C_UND;
else if (ent->flags & HARD_LINK)
pair = C_HRD;
else if (!pair)
pair = C_FIL;
break;


Loading…
取消
儲存