mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Restore jkh's changes, now it works for const strings
This commit is contained in:
parent
10a42e2218
commit
512dc52632
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4103
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user