]> granicus.if.org Git - neomutt/commit
refactor: replace ctime() with strftime()
authorRichard Russon <rich@flatcap.org>
Fri, 31 May 2019 22:39:54 +0000 (23:39 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Jun 2019 23:06:20 +0000 (00:06 +0100)
commita03dbb4bcb5812cf12dc5de2459606156e12f83e
treecc2ce91e293669d689954cef771be0f42d1340aa
parentfc43c343527d56ebac9a3671a0471aa40d63d505
refactor: replace ctime() with strftime()

ctime() is marked obsolete in POSIX:2008.
It's recommended to use strftime() instead.

Thanks to lgtm.com
mx.c