commit | 23bb7876f0d69a6f7c0356d7e557774b829a93dc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Jan 03 11:04:01 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jan 03 11:04:01 2022 -0700 |
tree | 63ef1719a2816a68473c0033cf969709897f1a44 | |
parent | b896e87d76ec68cc62487a56fbd9091d940f6cde [diff] |
Fix use of 'printf' in gdbtypes.c An earlier patch of mine, commit 64b7cc50 ("Remove gdb_print_host_address") inadvertently changed a function in gdbtypes.c to use printf rather than printf_filtered. This patch fixes the problem.