From b91c20985297443c05b1ea4ec3a61b58f5f18625 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 11 Sep 2000 16:41:43 +0000 Subject: [PATCH] Fixed a small typo in an error message. committer: mfx 968690503 +0000 --- src/p_exe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_exe.cpp b/src/p_exe.cpp index c9c19fc3..5fffbb3e 100644 --- a/src/p_exe.cpp +++ b/src/p_exe.cpp @@ -210,7 +210,7 @@ unsigned optimize_relocs(upx_byte *b, const unsigned size, } t = offs - di; if (t < 2) - throwCantPack("unexpected relocation 1"); + throwCantPack("unexpected relocation 2"); while (t >= 256) {