author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 6 Apr 2009 14:12:21 +0000 (14:12 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 6 Apr 2009 14:12:21 +0000 (14:12 +0000) | ||
commit | ac7ce86b5dd05a598c0ee7c34b543820cd4b283f | |
tree | 57c5dc81204e011445d2abbc3e7d140c720d9d50 | tree | snapshot |
parent | 966eb9659bcd143d73293614d336116edd96ce62 | commit | diff |
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
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 | diff | blob | history |