mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Bad boy, Micko (nw)
This commit is contained in:
parent
06c4998564
commit
ce21ce6410
@ -1051,7 +1051,7 @@ bool floppy_image_format_t::extension_matches(const char *file_name) const
|
||||
if(rlen == elen && !memcmp(ext, rext, rlen))
|
||||
return true;
|
||||
if(next_ext)
|
||||
next_ext = next_ext +1;
|
||||
rext = next_ext +1;
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user