From 99272477537a9060e25da078a96319fcc1be5952 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2020 23:04:32 +0200 Subject: Always flush trace output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sctrace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sctrace.c') diff --git a/sctrace.c b/sctrace.c index 2f3b5a8..8a9972b 100644 --- a/sctrace.c +++ b/sctrace.c @@ -276,6 +276,7 @@ main(int argc, char **argv) } } + fflush(outfp); } fflush(outfp); -- cgit v1.2.3-70-g09d2