Changed an error message.
committer: mfx <mfx> 980616295 +0000
This commit is contained in:
+1
-1
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user