mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
The second and third members of struct bsddialog_menuitem are `bool on`
and `unsigned int depth`. The newfs dialog options in bsdinstall's
partition tool had these two swapped, so the default selection did not
work.
PR: 290857
Reviewed by: asiciliano
Fixes:
|
||
|---|---|---|
| .. | ||
| diskmenu.c | ||
| diskmenu.h | ||
| gpart_ops.c | ||
| Makefile | ||
| Makefile.depend | ||
| part_wizard.c | ||
| partedit.c | ||
| partedit.h | ||
| partedit_efi.c | ||
| partedit_generic.c | ||
| partedit_powerpc.c | ||
| partedit_x86.c | ||
| sade.8 | ||
| scripted.c | ||