From 512dc52632f0ccc46414b78e527d5b7be15db9af Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 3 Nov 1994 00:30:27 +0000 Subject: [PATCH] Restore jkh's changes, now it works for const strings --- sbin/sysinstall/stage5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);