]> Sergey Matveev's repositories - nnn.git/commitdiff
Initalize func ptr with -S
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 19 Oct 2018 03:49:53 +0000 (09:19 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 19 Oct 2018 03:49:53 +0000 (09:19 +0530)
nnn.c

diff --git a/nnn.c b/nnn.c
index 536a7f89314063ea845b13987919351243041a27..bf756c2389c9ad094a03c29c63403e1676e6eb31 100644 (file)
--- 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;