clifront.c: allow -romident to properly handle zipfiles inside a directory [Fabio Priuli]

This commit is contained in:
Fabio Priuli 2013-05-02 14:31:58 +00:00
parent 9d51f048cc
commit 99a292585f

View File

@ -1741,7 +1741,7 @@ void media_identifier::identify(const char *filename)
if (entry->type == ENTTYPE_FILE)
{
astring curfile(filename, PATH_SEPARATOR, entry->name);
identify_file(curfile);
identify(curfile);
}
// close the directory and be done