fix Linux 64-bit compile (no whatsnew)

This commit is contained in:
R. Belmont 2010-06-19 20:17:53 +00:00
parent 669a37b7aa
commit dcf236127e

View File

@ -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';
}