Skip to content

Commit 656c2b9

Browse files
committed
Reorder files by default
1 parent a33c31c commit 656c2b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/Kanzi.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,8 @@ int processCommandLine(int argc, const char* argv[], Context& map, Printer& log)
10191019

10201020
if (reorder == 0)
10211021
map.putInt("fileReorder", 0);
1022+
else
1023+
map.putInt("fileReorder", 1);
10221024

10231025
if (noDotFiles == 1)
10241026
map.putInt("noDotFiles", 1);

0 commit comments

Comments
 (0)