This commit is contained in:
Arun Prakash Jana 2020-03-04 06:18:08 +05:30
parent 4aa12a2dfb
commit 646cd10b57
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -3281,7 +3281,7 @@ static void printent_long(const struct entry *ent, uint namecols, bool sel)
default: default:
if (!ind1) if (!ind1)
ind1 = ind2 = '?'; ind1 = ind2 = '?';
addstr(" "); addstr(" ");
addch(ind1); addch(ind1);
break; break;
} }