mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix build break
This commit is contained in:
parent
66bb5a67d6
commit
3a61b3fc7f
1 changed files with 2 additions and 1 deletions
|
@ -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 '?';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue