Arun Prakash Jana
4 vuotta sitten
vanhempi
commit
3a61b3fc7f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa
2 lisäystä ja
1 poistoa
-
src/nnn.c
|
|
@@ -3400,7 +3400,8 @@ static char get_ind(mode_t mode, bool perms, uchar *pair) |
|
|
|
*pair = C_CHR; |
|
|
|
return '\0'; |
|
|
|
default: |
|
|
|
*pair = C_UND; |
|
|
|
if (!perms) |
|
|
|
*pair = C_UND; |
|
|
|
return '?'; |
|
|
|
} |
|
|
|
} |
|
|
|