[Midnightbsd-cvs] src [11009] trunk/contrib/binutils/binutils/readelf.c: fixup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 15 18:29:05 EDT 2018
Revision: 11009
http://svnweb.midnightbsd.org/src/?rev=11009
Author: laffer1
Date: 2018-06-15 18:29:05 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
fixup
Modified Paths:
--------------
trunk/contrib/binutils/binutils/readelf.c
Modified: trunk/contrib/binutils/binutils/readelf.c
===================================================================
--- trunk/contrib/binutils/binutils/readelf.c 2018-06-15 22:27:44 UTC (rev 11008)
+++ trunk/contrib/binutils/binutils/readelf.c 2018-06-15 22:29:05 UTC (rev 11009)
@@ -7118,7 +7118,7 @@
n = print_vma (si, DEC_5);
if (n < 5)
- fputs (&" "[n], stdout);
+ fputs (" " + n, stdout);
printf (" %3lu: ", hn);
print_vma (psym->st_value, LONG_HEX);
putchar (' ');
More information about the Midnightbsd-cvs
mailing list