From 31cbc7934d68b0637df9b91610d5c57218736e27 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 3 Jan 2017 00:19:07 -0500 Subject: [PATCH] . --- dumpobj.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpobj.cpp b/dumpobj.cpp index 6a94f03..8b70c04 100644 --- a/dumpobj.cpp +++ b/dumpobj.cpp @@ -389,7 +389,7 @@ bool dump_obj(const char *name, int fd) /* custom sections... */ - if (sections.size() >= 5) { + if (sections.size() > 5) { printf("\n"); for (auto iter = sections.begin() + 5; iter != sections.end(); ++iter) {