diff options
Diffstat (limited to 'src/devices/machine/t10mmc.cpp')
-rw-r--r-- | src/devices/machine/t10mmc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/t10mmc.cpp b/src/devices/machine/t10mmc.cpp index af1221a2bfc..b6f0fa68f34 100644 --- a/src/devices/machine/t10mmc.cpp +++ b/src/devices/machine/t10mmc.cpp @@ -31,7 +31,7 @@ void t10mmc::t10_reset() SetDevice( m_image->get_cdrom_file() ); if( !m_cdrom ) { - m_device->logerror( "T10MMC %s: no CD found!\n", m_image->tag().c_str()); + m_device->logerror( "T10MMC %s: no CD found!\n", m_image->tag() ); } m_lba = 0; |