From 96493b6e68646a3fae5fc04704e844a1e1a2c64f Mon Sep 17 00:00:00 2001 From: ewt Date: Tue, 20 Feb 1996 00:24:43 +0000 Subject: [PATCH] should flush after handling INSTALL_PRINTLABEL CVS patchset: 339 CVS date: 1996/02/20 00:24:43 --- lib/install.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/install.c b/lib/install.c index 93df59e..19a7164 100644 --- a/lib/install.c +++ b/lib/install.c @@ -137,6 +137,7 @@ int rpmInstallPackage(char * prefix, rpmdb db, int fd, int flags, strcat(s, release); printf("%-28s", s); + fflush(stdout); } message(MESS_DEBUG, "package: %s-%s-%s files test = %d\n", -- 2.7.4