Fixed: Big endian number
This commit is contained in:
parent
23e55fe475
commit
b7cefbabbf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue