From 5947da90657d1cb8f832152b4573dca0bbefb49e Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Tue, 22 Oct 2019 16:36:15 -0600 Subject: [PATCH] initial Tony changes --- PHRQ_io.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PHRQ_io.cpp b/PHRQ_io.cpp index c57c4b7f..876a92f0 100644 --- a/PHRQ_io.cpp +++ b/PHRQ_io.cpp @@ -792,6 +792,7 @@ get_line(void) continue; #else output_msg(errstr.str().c_str()); + output_flush(); error_msg(errstr.str().c_str(), OT_STOP); #endif }