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:
Markus F.X.J. Oberhumer
2000-12-15 11:27:45 +00:00
parent 0b93d6c1f5
commit cb7b0e93cf
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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)