From 251dcda9802cb84e045c71d3dbdb53945cd146d0 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 30 Jan 2022 01:25:13 +0100 Subject: [PATCH] Flush stdout after tix-install verbose message. --- tix/tix-install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tix/tix-install.c b/tix/tix-install.c index b122a17f..05ddfd90 100644 --- a/tix/tix-install.c +++ b/tix/tix-install.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, 2016, 2017, 2020 Jonas 'Sortie' Termansen. + * Copyright (c) 2013, 2015, 2016, 2017, 2020, 2022 Jonas 'Sortie' Termansen. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -310,6 +310,7 @@ void InstallPackage(const char* tix_path) if ( strcmp(collection, "/") != 0 ) printf(" into `%s'", collection); printf("...\n"); + fflush(stdout); } char* data_and_prefix = package_prefix && package_prefix[0] ?