Merge pull request #1886 from fr500/master

make info files reload after a successful download/extraction
This commit is contained in:
Twinaphex 2015-07-04 06:31:56 +02:00
commit f2e5b969a7

View File

@ -80,7 +80,7 @@ static int zlib_extract_core_callback(const char *name, const char *valid_exts,
} }
goto error; goto error;
} }
event_command(EVENT_CMD_CORE_INFO_INIT);
return 1; return 1;
error: error: