From b71f510e43dccdfc96aab3b0ec525b6ec0b23307 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 22 Dec 1999 01:44:57 +0000 Subject: Fix the brain-o which prevented the Custom installation item from working. It was, as I predicted, a stupid bug and thanks to the submitter for spotting it. I'll also re-roll some 3.4-RELEASE install floppies for this. --- usr.sbin/sysinstall/menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall') diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 94a33fa..edc1413 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -825,7 +825,7 @@ DMenu MenuSubDistributions = { NULL, NULL, { { "X Exit", "Exit this menu (returning to previous)", - checkTrue, dmenuExit, '<', '<', '<' }, + checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' }, { "All", "All system sources, binaries and X Window System", NULL, distSetEverything }, { "Reset", "Reset all of the below", -- cgit v1.1