mirror of
https://github.com/osmarks/ngircd.git
synced 2026-04-04 14:11:24 +00:00
This fixes the following compiler warning, for example on OpenBSD:
conf.c: In function 'Conf_Test':
conf.c:391: warning: format '%ld' expects type 'long int', but argument
2 has type 'time_t'
Thanks to Götz Hoffart for reporting this!