aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-20 02:48:48 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-20 02:48:48 +0000
commitc3a6bc8315d4e63d706043ef847dfd1d759541c1 (patch)
treefa98ab7a9f26d2b79a10b99980ee1cda83a3e8b4 /usr.sbin/sysinstall/msg.c
parent4a595144c044c69a673534cc44bf73fc54144be0 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index 6da5398c0e512..e61b7679d2411 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: msg.c,v 1.45 1997/04/20 16:46:35 jkh Exp $
+ * $Id: msg.c,v 1.46 1997/09/09 16:27:50 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -214,7 +214,7 @@ msgNotify(char *fmt, ...)
if (isDebug())
msgDebug("Notify: %s\n", errstr);
dialog_clear_norefresh();
- dialog_msgbox(" ", errstr, -1, -1, 0);
+ dialog_msgbox(NULL, errstr, -1, -1, 0);
}
/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */
@@ -301,7 +301,7 @@ msgWeHaveOutput(char *fmt, ...)
use_helpfile(NULL);
msgDebug("Notify: %s\n", errstr);
dialog_clear_norefresh();
- dialog_msgbox(" ", errstr, -1, -1, 0);
+ dialog_msgbox(NULL, errstr, -1, -1, 0);
}
/* Simple versions of msgConfirm() and msgNotify() for calling from scripts */