summaryrefslogtreecommitdiff
path: root/src/main/driver_portfolio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/driver_portfolio.cpp')
-rw-r--r--src/main/driver_portfolio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver_portfolio.cpp b/src/main/driver_portfolio.cpp
index d17d00c5d..363901c1d 100644
--- a/src/main/driver_portfolio.cpp
+++ b/src/main/driver_portfolio.cpp
@@ -428,7 +428,7 @@ int runCvc4(int argc, char *argv[], Options& options) {
withOptions(options);
if( inputFromStdin ) {
- parserBuilder.withStreamInput(cin);
+ parserBuilder.withLineBufferedStreamInput(cin);
}
Parser *parser = parserBuilder.build();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback