summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-07-14 07:59:44 +0000
committerjhb <jhb@FreeBSD.org>2000-07-14 07:59:44 +0000
commit537ba4f731386e120af4d55583c365aff57ebcbf (patch)
tree316490e17a10957bffd6f31bbc0d70b323d978bf /usr.sbin/sysinstall/msg.c
parent267667c9ec64afc975da2df7bf33ed623ea34d4f (diff)
downloadFreeBSD-src-537ba4f731386e120af4d55583c365aff57ebcbf.zip
FreeBSD-src-537ba4f731386e120af4d55583c365aff57ebcbf.tar.gz
MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server
now, and replace the releng3 3.0 snap entry with releng4.
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index 499d705..8620455 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -216,6 +216,7 @@ msgNotify(char *fmt, ...)
if (isDebug())
msgDebug("Notify: %s\n", errstr);
dialog_msgbox(NULL, errstr, -1, -1, 0);
+ dialog_update();
}
/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */
OpenPOWER on IntegriCloud