diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-03 00:30:27 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-03 00:30:27 +0000 |
| commit | 512dc52632f0ccc46414b78e527d5b7be15db9af (patch) | |
| tree | cfb93da5029192449c6503effc3922fe0354494e /sbin | |
| parent | 10a42e2218ccd179583f78c88dce749fd946e5eb (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/sysinstall/stage5.c | 2 |
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); |
