GH-1227 renam GZip functions to not collide with zlib macros
This commit is contained in:
@ -187,7 +187,7 @@ static int64_t read_long (nbt::value& parent, const char * name, const int64_t &
|
||||
void World::parseLevelDat(QByteArray data)
|
||||
{
|
||||
QByteArray output;
|
||||
is_valid = GZip::decompress(data, output);
|
||||
is_valid = GZip::unzip(data, output);
|
||||
if(!is_valid)
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user