From 8f65fc1ab7ef0497e4bbe192c4cf61767368b0f9 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 27 Jan 2001 17:24:55 +0000 Subject: [PATCH] Changed an error message. committer: mfx 980616295 +0000 --- src/p_com.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_com.cpp b/src/p_com.cpp index 64f7f064..6cc1a81e 100644 --- a/src/p_com.cpp +++ b/src/p_com.cpp @@ -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) {