mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
installer: Go on when OK button is hit in FS selection
Hitting just the enter key proceeded. Navigating to the OK button and hitting that one aborted the installation.
This commit is contained in:
@@ -504,11 +504,10 @@ int main(int argc, char *argv[]) {
|
||||
rc = newtWinMenu(_("Filesystem Selection"), _("Please choose your filesystem:"),
|
||||
50, 5, 5, 6, fs_names, &fs_choice, _("OK"), _("Cancel"), NULL);
|
||||
|
||||
if (rc == 0)
|
||||
destination->filesystem = filesystems[fs_choice].fstype;
|
||||
|
||||
else
|
||||
if (rc != 1)
|
||||
goto EXIT;
|
||||
|
||||
destination->filesystem = filesystems[fs_choice].fstype;
|
||||
}
|
||||
|
||||
// Setting up RAID if needed.
|
||||
|
||||
Reference in New Issue
Block a user