mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix "error: zero-length gnu_printf format string" compile issue (nw)
This commit is contained in:
parent
a2da0dc7d4
commit
66b4a61e73
@ -616,7 +616,7 @@ void rsp_device::state_string_export(const device_state_entry &entry, astring &s
|
||||
switch (entry.index())
|
||||
{
|
||||
case STATE_GENFLAGS:
|
||||
string.printf("");
|
||||
string.printf("%s","");
|
||||
break;
|
||||
|
||||
#if USE_SIMD
|
||||
|
Loading…
Reference in New Issue
Block a user