From f781fbe78c044f0187c9b545f048045961904771 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 25 Aug 2019 21:15:17 +0530 Subject: [PATCH] Set mode to detail for option -S --- src/nnn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index e7944ad8..ce1d20ff 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4717,8 +4717,7 @@ int main(int argc, char *argv[]) case 'S': cfg.blkorder = 1; nftw_fn = sum_bsizes; - BLK_SHIFT = ffs(S_BLKSIZE) - 1; - break; + BLK_SHIFT = ffs(S_BLKSIZE) - 1; // fallthrough case 'd': cfg.showdetail = 1; printptr = &printent_long;