Skip to content

Commit da5303c

Browse files
bugfix: default should not be interactive (abetlen#304)
1 parent 4545539 commit da5303c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ int main(int argc, char ** argv) {
867867
}
868868

869869
// enable interactive mode if reverse prompt is specified
870-
if (!antipromptv_inp.size()) {
870+
if (antipromptv_inp.size() != 0) {
871871
params.interactive = true;
872872
}
873873

0 commit comments

Comments
 (0)