mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Restore things broken by phk, please use patches to 'cvs update'
instead of whole files commiting!
This commit is contained in:
parent
00bc21cafc
commit
9e92d9eb90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4083
@ -52,7 +52,7 @@ evil_goto:
|
||||
case 1: /* View readme */
|
||||
if (!access(README_FILE, R_OK)) {
|
||||
dialog_clear();
|
||||
dialog_textbox("READ ME FIRST", README_FILE, 24, 80);
|
||||
dialog_textbox("READ ME FIRST", README_FILE, LINES-1, COLS);
|
||||
dialog_clear();
|
||||
}
|
||||
goto evil_goto;
|
||||
@ -61,7 +61,7 @@ evil_goto:
|
||||
case 2: /* View copyrights */
|
||||
if (!access(COPYRIGHT_FILE, R_OK)) {
|
||||
dialog_clear();
|
||||
dialog_textbox("COPYRIGHT", COPYRIGHT_FILE, 24, 80);
|
||||
dialog_textbox("COPYRIGHT", COPYRIGHT_FILE, LINES-1, COLS);
|
||||
dialog_clear();
|
||||
}
|
||||
goto evil_goto;
|
||||
|
Loading…
Reference in New Issue
Block a user