X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fprogress.c;h=b812a57865ccca6b6b31b598966bf77af23c8f44;hb=0ef30bbb316b50beba511a5eb4bd7174671fa1ca;hp=c368bc5a0d4acc1fe25b7aef4e848177f59f3a0f;hpb=ceb3a57f67f33b33c1f6cafdd0ef81808273f0c0;p=libguestfs.git diff --git a/fish/progress.c b/fish/progress.c index c368bc5..b812a57 100644 --- a/fish/progress.c +++ b/fish/progress.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -354,4 +354,5 @@ progress_bar_set (struct progress_bar *bar, fputc ('\n', stdout); } + fflush (stdout); }