mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
kbdmap: adapt to the new bsddialog api
This commit is contained in:
parent
60a3a371af
commit
998959cd61
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ show_dialog(struct keymap **km_sorted, int num_keymaps)
|
|||
listitems[i].name = km_sorted[i]->desc;
|
||||
listitems[i].desc = __DECONST(char *, "");
|
||||
}
|
||||
result = bsddialog_menu(conf, __DECONST(char *, menu), 0, 0, 0,
|
||||
result = bsddialog_menu(&conf, __DECONST(char *, menu), 0, 0, 0,
|
||||
num_keymaps, listitems, NULL);
|
||||
bsddialog_end();
|
||||
switch (result) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue