mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2025-01-16 18:33:02 +00:00
.
This commit is contained in:
parent
f52348211e
commit
31cbc7934d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user