diff --git a/sbin/sysinstall/stage5.c b/sbin/sysinstall/stage5.c index e9011d26ac2b..f23949d96c94 100644 --- a/sbin/sysinstall/stage5.c +++ b/sbin/sysinstall/stage5.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: stage5.c,v 1.4 1994/11/02 06:19:50 jkh Exp $ + * $Id: stage5.c,v 1.5 1994/11/02 09:05:49 jkh Exp $ * */ @@ -36,7 +36,7 @@ Thank you for your patience!"; void stage5() { - dialog_msgbox(TITLE, msg, strheight(msg) + 4, strwidth(msg) + 4, 1); + dialog_msgbox(TITLE, msg, 12, 78, 1); end_dialog(); dialog_active=0; setenv("PATH","/stand",1);