]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
Use const char* for timestamp strings which we don't plan to modify
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 May 2018 07:36:56 +0000 (09:36 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 31 May 2018 12:30:23 +0000 (14:30 +0200)
commit4d9685be5f9174d38f87a2e6ab1a4bca72639774
treeab9354a4b1e01634eb341221550e294e7778a1df
parentd3d280242cc9cdfaf0184860029ddd738b6fa952
Use const char* for timestamp strings which we don't plan to modify

Makes the intent a bit clearer.
src/login/loginctl.c
src/machine/machinectl.c
src/shared/bus-util.c
src/systemctl/systemctl.c
src/test/test-time-util.c