From 80da0bc9d5c8e7023cbb625158caa23344b1adec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Wed, 28 Aug 2013 22:33:39 +0200 Subject: [PATCH] pepfile: infoWarning about unsupported relocation types fixed --- src/pepfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pepfile.cpp b/src/pepfile.cpp index b57cded8..94a48ec4 100644 --- a/src/pepfile.cpp +++ b/src/pepfile.cpp @@ -405,7 +405,7 @@ void PepFile::processRelocs() // pass1 } for (ic = 15; ic; ic--) - if (counts[ic] != 10) + if (ic != 10 && counts[ic]) infoWarning("skipping unsupported relocation type %d (%d)",ic,counts[ic]); LE32 *fix[16];