]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix lastupdate time in dump (32bit MSVC only) 894/head
authorWolfgang Stöggl <c72578@yahoo.de>
Sat, 14 Jul 2018 12:31:06 +0000 (14:31 +0200)
committerWolfgang Stöggl <c72578@yahoo.de>
Sat, 14 Jul 2018 12:31:06 +0000 (14:31 +0200)
commitf7b712ad4357694805b7f88376015d20b7723bc5
tree068a4a80ad3b67c889d79a48c26ee67fc133f1be
parent09134ba58999beab87b523037a67212cd3e15020
Fix lastupdate time in dump (32bit MSVC only)

- So far, (null) was written into the lastupdate time string:
  e.g.: <lastupdate>1511170870</lastupdate> <!-- (null) -->
- The problem occurred only in 32bit MSVC builds
- Works for both, with or without _USE_32BIT_TIME_T
src/rrd_dump.c