X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fprogress.c;h=b812a57865ccca6b6b31b598966bf77af23c8f44;hp=ac98ca044e7348deb7060a089fe4eefdccf87e7e;hb=be7cb789069afc93e7c1b0e7a1a9a293dc846d45;hpb=75005e48bb54f25dcc99480d659dfe9353382a15 diff --git a/fish/progress.c b/fish/progress.c index ac98ca0..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 @@ -297,7 +297,7 @@ progress_bar_set (struct progress_bar *bar, if (bar->utf8_mode) { s_open = "\u27e6"; - s_dot = "\u2589"; + s_dot = "\u2593"; s_dash = "\u2550"; s_close = "\u27e7"; } else { @@ -354,4 +354,5 @@ progress_bar_set (struct progress_bar *bar, fputc ('\n', stdout); } + fflush (stdout); }