This commit is contained in:
Kelvin Sherlock 2017-01-03 00:19:07 -05:00
parent f52348211e
commit 31cbc7934d

View File

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