src: rename membuffer "Uncompression" to "Decompression"

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-28 10:34:31 +02:00
parent 29762a8a96
commit e0bf460993
14 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -3024,7 +3024,7 @@ void PeFile::unpack0(OutputFile *fo, const ht &ih, ht &oh,
checkOverlay(overlay);
ibuf.alloc(ph.c_len);
obuf.allocForUncompression(ph.u_len);
obuf.allocForDecompression(ph.u_len);
fi->seek(isection[1].rawdataptr - 64 + ph.buf_offset + ph.getPackHeaderSize(),SEEK_SET);
fi->readx(ibuf, ibufgood= ph.c_len);