summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/inputmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/inputmap.cpp')
-rw-r--r--src/emu/ui/inputmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/inputmap.cpp b/src/emu/ui/inputmap.cpp
index ea9ac0c4205..1fc0d046e1f 100644
--- a/src/emu/ui/inputmap.cpp
+++ b/src/emu/ui/inputmap.cpp
@@ -434,7 +434,7 @@ void ui_menu_input::populate_and_sort(input_item_data *itemlist)
/* otherwise, generate the sequence name and invert it if different from the default */
else
{
- machine().input().seq_name(subtext, item->seq);
+ subtext = machine().input().seq_name(item->seq);
flags |= (item->seq != *item->defseq) ? MENU_FLAG_INVERT : 0;
}