Avoid string_file in tui_make_status_line
authorTom Tromey <tom@tromey.com>
Sat, 6 Jul 2019 19:52:08 +0000 (13:52 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 15 Aug 2019 18:29:28 +0000 (12:29 -0600)
commite2a678a557b52816a7aa45902a6519bc1cae918e
tree9bb51306a0e6502c4214bec8185ba6ed733ea247
parentf2dda4778417e2d58a5b0416ff9598f68470cbfa
Avoid string_file in tui_make_status_line

tui_make_status_line uses string_file where a simple std::string
constructor would do.  This makes this change.

gdb/ChangeLog
2019-08-15  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.c (tui_make_status_line): Use string constructor.
gdb/ChangeLog
gdb/tui/tui-stack.c
This page took 0.034682 seconds and 4 git commands to generate.