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
+1 -1
View File
@@ -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)
{