]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: modernize pretty_boot_time() a bit 22585/head
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Feb 2022 15:07:19 +0000 (16:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 21 Feb 2022 16:22:23 +0000 (17:22 +0100)
commitdc4864dd68abcbd982c3e631c9a0cf9d58106285
tree9482031381613869f860e5e0ce764db4584f936e
parentef38bedbf9c713490912e07e279b6f6a524e54f3
analyze: modernize pretty_boot_time() a bit

Use simple strextend() backed by dynamic memory instead of format string
logic with fixed buffer.
src/analyze/analyze-time-data.c