Browse Source

Initalize func ptr with -S

master
Arun Prakash Jana 6 years ago
parent
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. +1
    -0
      nnn.c

+ 1
- 0
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;


Loading…
Cancel
Save