commit | 1293ecd838c82e86f6c81d4518f5c662f8eaa0b9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Fri Dec 16 12:53:20 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Feb 24 11:52:48 2023 -0700 |
tree | 5c8b7dcff30f1d4202bf4b90bf715a88082f3543 | |
parent | 356628ee2a1ac34e705697967105dfbbcd7fd033 [diff] |
Don't use struct buffer in top.c This changes top.c to use std::string rather than struct buffer. Like the event-top.c change, this is not completely ideal in that it requires a copy of the string.