diff options
author | ache <ache@FreeBSD.org> | 1995-02-15 19:48:10 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-02-15 19:48:10 +0000 |
commit | 15c388f1a394e2c19e9d0f137653a569fa9f6a22 (patch) | |
tree | ce030d713a3d54c36421e6c5a4fb608ca815b13d /sbin | |
parent | 8606846519fea95655a87c1758e86ea3e8bffc34 (diff) | |
download | FreeBSD-src-15c388f1a394e2c19e9d0f137653a569fa9f6a22.zip FreeBSD-src-15c388f1a394e2c19e9d0f137653a569fa9f6a22.tar.gz |
Changes for new _menu interface
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysinstall/stage0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysinstall/stage0.c b/sbin/sysinstall/stage0.c index 3611e65..8c5a367 100644 --- a/sbin/sysinstall/stage0.c +++ b/sbin/sysinstall/stage0.c @@ -48,7 +48,7 @@ stage0() { evil_goto: if (dialog_menu("Welcome to FreeBSD!", - "Use ALT-F2 and ALT-F1 to toggle between debugging\ninformation screen (ALT-F2) or this dialog screen (ALT-F1)\n\nPlease select one of the following options:", -1, -1, 8, 8, welcome, selection)) + "Use ALT-F2 and ALT-F1 to toggle between debugging\ninformation screen (ALT-F2) or this dialog screen (ALT-F1)\n\nPlease select one of the following options:", -1, -1, 8, 8, welcome, selection, NULL, NULL)) ExitSysinstall(); switch (atoi(selection)) { |