diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 7370aa9..c995911 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -4747,7 +4747,7 @@ request_dump (struct dump_data *dumpdata, dump_type type) int section; char * cp; - do_dump++; + do_dump = TRUE; section = strtoul (optarg, & cp, 0); if (! *cp && section >= 0) |