]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Explicitly cast time_t to long when printing it out
authorAlexander Barton <alex@barton.de>
Sun, 15 Nov 2015 14:14:12 +0000 (15:14 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 15 Nov 2015 14:14:12 +0000 (15:14 +0100)
This prevents wrong sizes data types on platforms where time_t doesn't
equal a long any more, for example on OpenBSD.


No differences found