]> arthur.barton.de Git - ngircd.git/commit
Silence warning
authorFederico G. Schwindt <fgsch@lodoss.net>
Sat, 24 Aug 2013 23:07:06 +0000 (00:07 +0100)
committerFederico G. Schwindt <fgsch@lodoss.net>
Sun, 25 Aug 2013 04:24:11 +0000 (05:24 +0100)
commit8d01be7bbd2bbfd2524384af3cb9bdefaa87ea48
tree71d172e135730a2c47e5bb3173a28dd4183794cb
parenteb86d234f8553cb018fe86483ee754817689439a
Silence warning

Cast the result of the operation to long, not the time(NULL) call.
On systems where sizeof(time_t) is other than long this will produce
a warning.
src/ngircd/log.c