Don't use autosizing code after all - it doesn't like const strings.

This commit is contained in:
Jordan K. Hubbard 1994-11-02 22:39:57 +00:00
parent 99133b4e1e
commit bfb65cd092
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4097

View File

@ -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);