(file_path.c) Bugfix

This commit is contained in:
Twinaphex 2015-09-01 14:39:43 +02:00
parent 6d188a4840
commit 29399513c0

View File

@ -147,7 +147,7 @@ bool path_is_compressed_file(const char* path)
#ifdef HAVE_COMPRESSION
const char* file_ext = path_get_extension(path);
#ifdef HAVE_7ZIP
#ifdef HAVE_ZLIB
if (!strcmp(file_ext, "zip"))
return true;
#endif