소스 검색

Reduce a check

master
Arun Prakash Jana 4 년 전
부모
커밋
aa8769ecee
No known key found for this signature in database GPG 키 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;


불러오는 중...
취소
저장