소스 검색
Reduce a check
master
Arun Prakash Jana
4 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
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; |
|
|
|