Update FSF address.
[libguestfs.git] / fish / progress.c
index ac98ca0..b812a57 100644 (file)
@@ -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 <config.h>
@@ -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);
 }