diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-03 08:26:16 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-03 08:26:16 -0600 |
commit | f8bfbf22251f6c2772a9a1059c3180c638ad2830 (patch) | |
tree | 2dca9e6c7187f129c951ac71535ed0a6ec4728e6 /gdb/ChangeLog | |
parent | 5178ed487f813639e660fba23215fa7ba69a769e (diff) | |
download | gdb-f8bfbf22251f6c2772a9a1059c3180c638ad2830.zip gdb-f8bfbf22251f6c2772a9a1059c3180c638ad2830.tar.gz gdb-f8bfbf22251f6c2772a9a1059c3180c638ad2830.tar.bz2 |
Fix incorrect string_printf use in utils.c
I made a mistake earlier and used string_printf where I should have used
string_vprintf.
I'm checking this in as obvious.
2017-10-03 Tom Tromey <tom@tromey.com>
* utils.c (internal_vproblem): Use string_vprintf.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 439df4a..6e135f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-10-03 Tom Tromey <tom@tromey.com> + * utils.c (internal_vproblem): Use string_vprintf. + +2017-10-03 Tom Tromey <tom@tromey.com> + * printcmd.c (info_symbol_command): Use std::string. 2017-10-03 Tom Tromey <tom@tromey.com> |