summaryrefslogtreecommitdiff
path: root/src/main/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/driver.cpp')
-rw-r--r--src/main/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver.cpp b/src/main/driver.cpp
index fa42e0b28..eb70f5c93 100644
--- a/src/main/driver.cpp
+++ b/src/main/driver.cpp
@@ -259,7 +259,7 @@ int runCvc4(int argc, char* argv[], Options& options) {
ParserBuilder parserBuilder(&exprMgr, filename, 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