1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

database_info_iterate_rdl_write - cleanup

This commit is contained in:
twinaphex 2015-04-14 09:30:13 +02:00
parent bb6331874a
commit 24e79f0ceb

View File

@ -111,17 +111,17 @@ static int database_info_iterate_rdl_write(
path_parent_dir(parent_dir);
#ifdef HAVE_ZLIB
if (!strcmp(path_get_extension(name), "zip"))
{
#ifdef HAVE_ZLIB
RARCH_LOG("[ZIP]: name: %s\n", name);
if (!zlib_parse_file(name, NULL, zlib_compare_crc32,
(void*)parent_dir))
RARCH_LOG("Could not process ZIP file.\n");
#endif
}
else
#endif
{
char msg[PATH_MAX_LENGTH];
ssize_t ret;