purely cosmetic changes
authorewt <devnull@localhost>
Fri, 5 Mar 1999 01:17:49 +0000 (01:17 +0000)
committerewt <devnull@localhost>
Fri, 5 Mar 1999 01:17:49 +0000 (01:17 +0000)
CVS patchset: 2850
CVS date: 1999/03/05 01:17:49

install.c

index 819d860..a79cd61 100644 (file)
--- a/install.c
+++ b/install.c
@@ -60,12 +60,12 @@ static void * showProgress(const Header h, const rpmCallbackType what,
                s = headerSprintf(h, "%{NAME}",
                                  rpmTagTable, rpmHeaderFormats, NULL);
                printf("%-28s", s);
+               fflush(stdout);
            } else {
                s = headerSprintf(h, "%{NAME}-%{VERSION}-%{RELEASE}", 
                                  rpmTagTable, rpmHeaderFormats, NULL);
                printf("%s\n", s);
            }
-           fflush(stdout);
            free(s);
        }
        break;