From bfb65cd0921ae1c8a7a710392e467b53ea7e480a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 2 Nov 1994 22:39:57 +0000 Subject: [PATCH] Don't use autosizing code after all - it doesn't like const strings. --- sbin/sysinstall/stage5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);