mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
fix Linux 64-bit compile (no whatsnew)
This commit is contained in:
parent
669a37b7aa
commit
dcf236127e
@ -311,7 +311,7 @@ const char *device_image_interface::basename_noext()
|
|||||||
s = astring(basename());
|
s = astring(basename());
|
||||||
if (s)
|
if (s)
|
||||||
{
|
{
|
||||||
ext = strrchr(s, '.');
|
ext = (char *)strrchr(s, '.');
|
||||||
if (ext)
|
if (ext)
|
||||||
*ext = '\0';
|
*ext = '\0';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user