chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commita6aa5c9e8f623797c3868ab0bc5805543b4ef1b7
tree8a627a255c65134a1251e551202f0dd651f8136b
parent0fd6a0f934d6ad4d553a4b81dd4c7549dd440c37
Use const char* for timestamp strings which we don't plan to modify

Makes the intent a bit clearer.
src/login/loginctl.c
src/shared/bus-util.c