Initalize func ptr with -S

This commit is contained in:
Arun Prakash Jana 2018-10-19 09:19:53 +05:30
parent 0063df2520
commit 36223febb4
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

1
nnn.c
View File

@ -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;