Fix incorrect string_printf use in utils.c
authorTom Tromey <tom@tromey.com>
Tue, 3 Oct 2017 14:26:16 +0000 (08:26 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 3 Oct 2017 14:26:16 +0000 (08:26 -0600)
commitf8bfbf22251f6c2772a9a1059c3180c638ad2830
tree2dca9e6c7187f129c951ac71535ed0a6ec4728e6
parent5178ed487f813639e660fba23215fa7ba69a769e
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.
gdb/ChangeLog
gdb/utils.c
This page took 0.040666 seconds and 4 git commands to generate.