summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-03 00:30:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-03 00:30:27 +0000
commit512dc52632f0ccc46414b78e527d5b7be15db9af (patch)
treecfb93da5029192449c6503effc3922fe0354494e /sbin
parent10a42e2218ccd179583f78c88dce749fd946e5eb (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/stage5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysinstall/stage5.c b/sbin/sysinstall/stage5.c
index f23949d96c94..d14bd1eb8638 100644
--- a/sbin/sysinstall/stage5.c
+++ b/sbin/sysinstall/stage5.c
@@ -36,7 +36,7 @@ Thank you for your patience!";
void
stage5()
{
- dialog_msgbox(TITLE, msg, 12, 78, 1);
+ dialog_msgbox(TITLE, msg, strheight(msg) + 4, strwidth(msg) + 4, 1);
end_dialog();
dialog_active=0;
setenv("PATH","/stand",1);