We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cdfa8 commit 262784fCopy full SHA for 262784f
GIFs2PNG/gifs2png.cpp
@@ -366,7 +366,7 @@ int main(int argc, char *argv[])
366
setup.removeSource = switchRemove.getValue();
367
setup.skipBackground2 = switchSkipBG.getValue();
368
setup.skipNonBW = switchSkipNonBW.getValue();
369
- setup.walkSubDirs = switchDigRecursive.getValue() | switchDigRecursiveDEP.getValue();
+ setup.walkSubDirs = switchDigRecursive.getValue() || switchDigRecursiveDEP.getValue();
370
371
setup.pathOut = outputDirectory.getValue();
372
setup.configPath = configDirectory.getValue();
0 commit comments