mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
Fix Visual Studio build (nw)
This commit is contained in:
parent
f1f681e642
commit
231f179d0c
@ -271,7 +271,7 @@ void menu_file_create::handle()
|
||||
case IPT_SPECIAL:
|
||||
if (get_selection() == ITEMREF_NEW_IMAGE_NAME)
|
||||
{
|
||||
input_character(m_filename_buffer,event->unichar, is_valid_filename_char);
|
||||
input_character(m_filename_buffer,event->unichar, &is_valid_filename_char);
|
||||
reset(reset_options::REMEMBER_POSITION);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user