summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/sysinstall/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sysinstall/utils.c b/sbin/sysinstall/utils.c
index d42a03eb9dc0..0e592c7cfbdc 100644
--- a/sbin/sysinstall/utils.c
+++ b/sbin/sysinstall/utils.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: utils.c,v 1.23 1994/11/05 07:34:02 jkh Exp $
+ * $Id: utils.c,v 1.24 1994/11/05 23:09:26 ache Exp $
*
*/
@@ -92,6 +92,7 @@ TellEm(char *fmt, ...)
write(debug_fd,"Progress <",10);
write(debug_fd,p,strlen(p));
write(debug_fd,">\n\r",3);
+ dialog_clear();
dialog_msgbox("Progress", p, strheight(p)+2, strwidth(p)+4, 0);
free(p);
}