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) {