Cleanups.

committer: mfx <mfx> 1034719891 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-15 22:11:31 +00:00
parent b710f2d69f
commit 8d37bb4469
5 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ void PackHeader::putPackHeader(upx_bytep p)
assert(get_le32(p) == UPX_MAGIC_LE32);
if (get_le32(p+4) != UPX_MAGIC2_LE32)
{
//printf("%x %x\n", get_le32(p+4), UPX_MAGIC2_LE32);
//fprintf(stderr, "MAGIC2_LE32: %x %x\n", get_le32(p+4), UPX_MAGIC2_LE32);
throwBadLoader();
}