PE: Remove duplicate oxrelocs write
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
bb90c4dff4
commit
990d0ec543
@@ -2710,7 +2710,6 @@ void PeFile::pack0(OutputFile *fo, ht &ih, ht &oh,
|
|||||||
fo->write(oxrelocs,soxrelocs);
|
fo->write(oxrelocs,soxrelocs);
|
||||||
fo->write(oimpdlls,soimpdlls);
|
fo->write(oimpdlls,soimpdlls);
|
||||||
fo->write(oexport,soexport);
|
fo->write(oexport,soexport);
|
||||||
fo->write(oxrelocs,soxrelocs);
|
|
||||||
if (!last_section_rsrc_only)
|
if (!last_section_rsrc_only)
|
||||||
fo->write(oxrelocs,soxrelocs);
|
fo->write(oxrelocs,soxrelocs);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user