Queisce warning about attempting to add char * together and use explicit

array indexing to indicate what is meant to be done
This commit is contained in:
sbruno 2013-10-31 18:53:13 +00:00
parent aa360f5c3d
commit e2ce77726d

View File

@ -7118,7 +7118,7 @@ process_symbol_table (FILE *file)
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 (' ');