1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fixed a parameter in call to patchFilter32().

committer: mfx <mfx> 977048371 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-17 10:19:31 +00:00
parent c6c96d9cad
commit 77b63fdbe9

View File

@ -1721,7 +1721,7 @@ void PackW32Pe::pack(OutputFile *fo)
patch_le32(loader,codesize,"BIMP",cimports);
}
if (patchFilter32(loader, lsize, &ft))
if (patchFilter32(loader, codesize, &ft))
{
const unsigned texv = ih.codebase - rvamin;
if (texv)