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:
parent
3d732625a7
commit
8f65fc1ab7
|
@ -109,7 +109,7 @@ void PackCom::patchLoader(OutputFile *fo,
|
|||
if (upper_end + stacksize > 0xfffe)
|
||||
stacksize = 0x56;
|
||||
if (upper_end + stacksize > 0xfffe)
|
||||
throwNotCompressible();
|
||||
throwCantPack("file is too big for dos/com");
|
||||
|
||||
if (filter_id)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user