Code

printf for time_t with %lli can easily cause a segfault since on many platforms
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 6 Apr 2009 14:12:21 +0000 (14:12 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 6 Apr 2009 14:12:21 +0000 (14:12 +0000)
commitac7ce86b5dd05a598c0ee7c34b543820cd4b283f
tree57c5dc81204e011445d2abbc3e7d140c720d9d50
parent966eb9659bcd143d73293614d336116edd96ce62
printf for time_t with %lli can easily cause a segfault since on many platforms
time_t is only 32bit ... by adding (long long) to the time value this gets fixed.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1769 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_update.c