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

Changed an error message.

committer: mfx <mfx> 980616295 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-01-27 17:24:55 +00:00
parent 3d732625a7
commit 8f65fc1ab7

View File

@ -109,7 +109,7 @@ void PackCom::patchLoader(OutputFile *fo,
if (upper_end + stacksize > 0xfffe) if (upper_end + stacksize > 0xfffe)
stacksize = 0x56; stacksize = 0x56;
if (upper_end + stacksize > 0xfffe) if (upper_end + stacksize > 0xfffe)
throwNotCompressible(); throwCantPack("file is too big for dos/com");
if (filter_id) if (filter_id)
{ {