Fixed a small typo in an error message.
committer: mfx <mfx> 968690503 +0000
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ unsigned optimize_relocs(upx_byte *b, const unsigned size,
|
|||||||
}
|
}
|
||||||
t = offs - di;
|
t = offs - di;
|
||||||
if (t < 2)
|
if (t < 2)
|
||||||
throwCantPack("unexpected relocation 1");
|
throwCantPack("unexpected relocation 2");
|
||||||
|
|
||||||
while (t >= 256)
|
while (t >= 256)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user