]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cal: use a const char*
authorAurelien LAJOIE <orel@melix.net>
Sat, 28 Mar 2020 22:33:39 +0000 (23:33 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Mar 2020 13:31:52 +0000 (15:31 +0200)
commitc1f143931657d8c0226e7f788a36d70108cf7918
tree7c31340a3561733efea977c173f1c363e46479f9
parent2f81213e269655728bc7971cbc09d5db20e2b855
cal: use a const char*

A put string function should not modify the char*

Signed-off-by: Aurelien LAJOIE <orel@melix.net>
misc-utils/cal.c