Browse Source

filesystem: zip: warning else zip file is empty

pull/2/head
Mr0maks 5 years ago
parent
commit
b42f020ad5
  1. 2
      engine/common/filesystem.c

2
engine/common/filesystem.c

@ -686,7 +686,7 @@ static zip_t *FS_LoadZip( const char *zipfile, int *error ) @@ -686,7 +686,7 @@ static zip_t *FS_LoadZip( const char *zipfile, int *error )
if( signature == ZIP_HEADER_EOCD )
{
Con_Reportf( "%s has no files. Ignored.\n", zipfile );
Con_Reportf( S_WARN "%s has no files. Ignored.\n", zipfile );
if( error )
*error = ZIP_LOAD_NO_FILES;

Loading…
Cancel
Save