summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/digfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/digfx.cpp')
-rw-r--r--src/emu/digfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/digfx.cpp b/src/emu/digfx.cpp
index 0055421b80c..904efe3759f 100644
--- a/src/emu/digfx.cpp
+++ b/src/emu/digfx.cpp
@@ -316,7 +316,7 @@ void device_gfx_interface::interface_validity_check(validity_checker &valid) con
u32 region_length = valid.region_length(gfxregion.c_str());
if (region_length == 0)
- osd_printf_error("gfx[%d] references nonexistent region '%s'\n", gfxnum, gfxregion.c_str());
+ osd_printf_error("gfx[%d] references nonexistent region '%s'\n", gfxnum, gfxregion);
// if we have a valid region, and we're not using auto-sizing, check the decode against the region length
else if (!IS_FRAC(layout.total))