Previous 199869 Revisions Next

r45056 Saturday 20th February, 2016 at 21:38:02 UTC by Miodrag Milanović
fix compile (nw)
[src/emu/ui]barcode.cpp

trunk/src/emu/ui/barcode.cpp
r253567r253568
115115               std::string tmp_file(m_barcode_buffer);
116116               //printf("code %s\n", m_barcode_buffer);
117117               if (!current_device()->is_valid(tmp_file.length()))
118                  machine().ui().popup_time(5, _("Barcode length invalid!"));
118                  machine().ui().popup_time(5, "%s", _("Barcode length invalid!"));
119119               else
120120               {
121121                  current_device()->write_code(tmp_file.c_str(), tmp_file.length());


Previous 199869 Revisions Next


© 1997-2024 The MAME Team