diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-20 16:32:33 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-20 16:32:33 +0000 |
commit | 52e953b423ceb14f7001b2cd1e9760f8ea6760a0 (patch) | |
tree | ea531688f8a54c749d236afa194bd890bb43ce35 | |
parent | 8488c9ef4984e0d094f6d99193f0f0d59bcd25d8 (diff) | |
download | rpmtools-52e953b423ceb14f7001b2cd1e9760f8ea6760a0.tar rpmtools-52e953b423ceb14f7001b2cd1e9760f8ea6760a0.tar.gz rpmtools-52e953b423ceb14f7001b2cd1e9760f8ea6760a0.tar.bz2 rpmtools-52e953b423ceb14f7001b2cd1e9760f8ea6760a0.tar.xz rpmtools-52e953b423ceb14f7001b2cd1e9760f8ea6760a0.zip |
added fflush after (avoid deadock with DrakX)
-rw-r--r-- | parsehdlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsehdlist.c b/parsehdlist.c index 39a2d41..96b144c 100644 --- a/parsehdlist.c +++ b/parsehdlist.c @@ -290,6 +290,7 @@ int main(int argc, char **argv) } } printf("\n"); + fflush(stdout); } while (1); } |