]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
win32 fixes by Stefan . Ludewig . exitgames . com
authorTobias Oetiker <tobi@oetiker.ch>
Fri, 19 Dec 2008 14:26:47 +0000 (14:26 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 19 Dec 2008 14:26:47 +0000 (14:26 +0000)
commit74bc7196ea251714969f9f0870242dda11233cc2
tree5e6b02bb1412a0c2ac0ad62bf83eba445779b255
parentd3085f2f70abf0cd1a2085a77872af1d60f337bf
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
src/Makefile.am
src/plbasename.c [new file with mode: 0644]
src/plbasename.h [new file with mode: 0644]
src/rrd_graph.c
src/rrd_update.c
win32/rrdlib.vcproj