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:
parent
aa360f5c3d
commit
e2ce77726d
@ -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 (' ');
|
||||
|
Loading…
x
Reference in New Issue
Block a user