]> git.ipfire.org Git - thirdparty/systemd.git/commit
time: simplify get_timezones()
authorDan Streetman <ddstreet@canonical.com>
Tue, 29 Jun 2021 13:13:22 +0000 (09:13 -0400)
committerDan Streetman <ddstreet@canonical.com>
Wed, 30 Jun 2021 17:42:58 +0000 (13:42 -0400)
commit31097e2b996ed463ca97d3df618a614c875386c5
tree233aa196ee46ae06251726144689919122b386b7
parent58551e6ebc465227d0add8c714f9f38213b6878a
time: simplify get_timezones()

The function can be simplified by using extract_many_words() and strv_extend()
src/basic/time-util.c