Fix "error: zero-length gnu_printf format string" compile issue (nw)

This commit is contained in:
Scott Stone 2014-08-29 23:39:35 +00:00
parent a2da0dc7d4
commit 66b4a61e73

View File

@ -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