Flush stdout after tix-install verbose message.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-01-30 01:25:13 +01:00
parent f2cb4b18e9
commit 864a0c9d41
1 changed files with 1 additions and 0 deletions

View File

@ -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] ?