Align section size by 4.

This commit is contained in:
Maschell 2019-03-07 01:26:32 +01:00
parent 606f5ab7d3
commit 9b626131c7

View File

@ -124,7 +124,7 @@ public class RPXFileSystem implements GFileSystem {
inflater.end();
curSize = section_size_inflated;
curSize = section_size_inflated & ~0x3;
flags &= ~SHF_RPL_ZLIB;
data = decompressed;
}