]> git.tuebingen.mpg.de Git - paraslash.git/commit
fade.c: Don't use asctime().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 17:49:06 +0000 (17:49 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 12 Jan 2015 22:29:07 +0000 (23:29 +0100)
commit92f150d622efe2423c610676f9e7b196391df436
treefe3cacd7c627d6db5692a88688654ba6eb2baecb
parent72468e97b630d07e3ccf982631f5f3ba2c3d9409
fade.c: Don't use asctime().

POSIX.1-2008 marks asctime() as obsolete.

Found by cppcheck.
fade.c