From 36223febb437197e067135be26e8fba3aa6df3f2 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 19 Oct 2018 09:19:53 +0530 Subject: [PATCH] Initalize func ptr with -S --- nnn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nnn.c b/nnn.c index 536a7f89..bf756c23 100644 --- a/nnn.c +++ b/nnn.c @@ -3385,6 +3385,7 @@ main(int argc, char *argv[]) switch (opt) { case 'S': cfg.blkorder = 1; + nftw_fn = sum_bsizes; break; case 'l': cfg.showdetail = 0;