Arun Prakash Jana
4 vuotta sitten
vanhempi
commit
aa8769ecee
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa
2 lisäystä ja
3 poistoa
-
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; |
|
|
|