mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +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());
|
||||
if (s)
|
||||
{
|
||||
ext = strrchr(s, '.');
|
||||
ext = (char *)strrchr(s, '.');
|
||||
if (ext)
|
||||
*ext = '\0';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user