Changed the parameter list of Packer::patchFilter32(), for consisitency
with the other patch and filter methods. committer: mfx <mfx> 976879665 +0000
This commit is contained in:
+1
-1
@@ -1721,7 +1721,7 @@ void PackW32Pe::pack(OutputFile *fo)
|
||||
patch_le32(loader,codesize,"BIMP",cimports);
|
||||
}
|
||||
|
||||
if (patchFilter32(ft, loader, lsize))
|
||||
if (patchFilter32(loader, lsize, &ft))
|
||||
{
|
||||
const unsigned texv = ih.codebase - rvamin;
|
||||
if (texv)
|
||||
|
||||
Reference in New Issue
Block a user