mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
kbdmap: adapt to the new libbsddialog API
Differential Revision: https://reviews.freebsd.org/D33398
This commit is contained in:
parent
0a7e19b30f
commit
1de4665dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ show_dialog(struct keymap **km_sorted, int num_keymaps)
|
|||
num_keymaps, listitems, NULL);
|
||||
bsddialog_end();
|
||||
switch (result) {
|
||||
case BSDDIALOG_YESOK:
|
||||
case BSDDIALOG_OK:
|
||||
for (i = 0; i < num_keymaps; i++) {
|
||||
if (listitems[i].on) {
|
||||
printf("ici\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue