mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fixed a small typo in an error message.
committer: mfx <mfx> 968690503 +0000
This commit is contained in:
parent
a0919d78f1
commit
b91c209852
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user