| 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 |
| r253567 | r253568 | |
|---|---|---|
| 115 | 115 | std::string tmp_file(m_barcode_buffer); |
| 116 | 116 | //printf("code %s\n", m_barcode_buffer); |
| 117 | 117 | 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!")); | |
| 119 | 119 | else |
| 120 | 120 | { |
| 121 | 121 | current_device()->write_code(tmp_file.c_str(), tmp_file.length()); |
| https://github.com/mamedev/mame/commit/7ea2c6b58e06e89e57ce7fa543547dd89f35607f |
| Previous | 199869 Revisions | Next |