Skip to content

Commit 262784f

Browse files
committed
GIFs2PNG: Small fix of the warning
1 parent 72cdfa8 commit 262784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GIFs2PNG/gifs2png.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ int main(int argc, char *argv[])
366366
setup.removeSource = switchRemove.getValue();
367367
setup.skipBackground2 = switchSkipBG.getValue();
368368
setup.skipNonBW = switchSkipNonBW.getValue();
369-
setup.walkSubDirs = switchDigRecursive.getValue() | switchDigRecursiveDEP.getValue();
369+
setup.walkSubDirs = switchDigRecursive.getValue() || switchDigRecursiveDEP.getValue();
370370

371371
setup.pathOut = outputDirectory.getValue();
372372
setup.configPath = configDirectory.getValue();

0 commit comments

Comments
 (0)