author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 19 Dec 2008 14:26:47 +0000 (14:26 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 19 Dec 2008 14:26:47 +0000 (14:26 +0000) | ||
commit | 591bd42a2c2ef80a7e1753e00001ea0633978660 | |
tree | 5e6b02bb1412a0c2ac0ad62bf83eba445779b255 | tree | snapshot |
parent | 480d14d757f48039c49aadf5571d7086c9c91dfb | commit | diff |
win32 fixes by Stefan . Ludewig . exitgames . com
* added portable plbasename since basename is not available on stock win32
* rrd_update was using %d to show a timestamp ... %lli is better
since it also will show 64bit time_t correctly.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1716 a5681a0c-68f1-0310-ab6d-d61299d08faa
* added portable plbasename since basename is not available on stock win32
* rrd_update was using %d to show a timestamp ... %lli is better
since it also will show 64bit time_t correctly.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1716 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/Makefile.am | diff | blob | history | |
src/plbasename.c | [new file with mode: 0644] | blob |
src/plbasename.h | [new file with mode: 0644] | blob |
src/rrd_graph.c | diff | blob | history | |
src/rrd_update.c | diff | blob | history | |
win32/rrdlib.vcproj | diff | blob | history |