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

Fix typo under "#if 0"

modified:   packer.cpp
This commit is contained in:
John Reiser 2017-06-10 22:11:04 -07:00
parent c127d5b64a
commit 3c8ed5c000

View File

@ -733,7 +733,7 @@ bool Packer::getPackHeader(void *b, int blen, bool allow_incompressible)
{
#if 0
// FIXME: does this check make sense w.r.t. overlays ???
if (ph.format == UPX_F_W32_PE || ph.format == UPX_F_DOS_EXE)
if (ph.format == UPX_F_WIN32_PE || ph.format == UPX_F_DOS_EXE)
// may get longer
((void)0);
else