Disable du on detail mode switch

This commit is contained in:
Arun Prakash Jana 2019-09-15 04:56:54 +05:30
parent b2199db194
commit 5936d3f110
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -3917,6 +3917,7 @@ nochange:
case SEL_DETAIL:
cfg.showdetail ^= 1;
cfg.showdetail ? (printptr = &printent_long) : (printptr = &printent);
cfg.blkorder = 0;
continue;
case SEL_FSIZE:
cfg.sizeorder ^= 1;