Skip to content

Commit

Permalink
GIFs2PNG: Small fix of the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jan 19, 2025
1 parent 72cdfa8 commit 262784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GIFs2PNG/gifs2png.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ int main(int argc, char *argv[])
setup.removeSource = switchRemove.getValue();
setup.skipBackground2 = switchSkipBG.getValue();
setup.skipNonBW = switchSkipNonBW.getValue();
setup.walkSubDirs = switchDigRecursive.getValue() | switchDigRecursiveDEP.getValue();
setup.walkSubDirs = switchDigRecursive.getValue() || switchDigRecursiveDEP.getValue();

setup.pathOut = outputDirectory.getValue();
setup.configPath = configDirectory.getValue();
Expand Down

0 comments on commit 262784f

Please sign in to comment.