mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2025-08-09 09:25:21 +00:00
.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user