mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Reverted my last patch.
committer: mfx <mfx> 968824700 +0000
This commit is contained in:
parent
559af47a23
commit
3fb744b7e9
|
@ -1315,7 +1315,7 @@ void PackW32Pe::processResources(Resource* res)
|
||||||
memset(ibuf + res->offs(),FILLVAL,res->size());
|
memset(ibuf + res->offs(),FILLVAL,res->size());
|
||||||
res->newoffs() = ptr_diff(ores,oresources);
|
res->newoffs() = ptr_diff(ores,oresources);
|
||||||
if (rtype == 3)
|
if (rtype == 3)
|
||||||
compress_icon = (++iconcnt >= iconsin1stdir || opt->w32pe.compress_icons == 1);
|
compress_icon = (iconcnt++ > iconsin1stdir || opt->w32pe.compress_icons == 1);
|
||||||
else if (rtype == 14)
|
else if (rtype == 14)
|
||||||
{
|
{
|
||||||
if (opt->w32pe.compress_icons == 1)
|
if (opt->w32pe.compress_icons == 1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user