Restore jkh's changes, now it works for const strings

This commit is contained in:
Andrey A. Chernov 1994-11-03 00:30:27 +00:00
parent 10a42e2218
commit 512dc52632
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4103

View File

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