Fixed: Big endian number

This commit is contained in:
kervala 2016-01-06 13:15:01 +01:00
parent 23e55fe475
commit b7cefbabbf

View file

@ -1511,6 +1511,10 @@ bool CClientEditionModule::loadUserComponent(const std::string& filename, bool m
nlwarning("Error while reading %s", filename.c_str());
}
#ifdef NL_BIG_ENDIAN
NLMISC_BSWAP32(uncompressedFileLength);
#endif
fclose(file);
// Test if data are not too big