Code

win32 fixes by Stefan . Ludewig . exitgames . com
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 19 Dec 2008 14:26:47 +0000 (14:26 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 19 Dec 2008 14:26:47 +0000 (14:26 +0000)
commita7cc6fa00fec83351a383992a4901947761db990
treedf35966e40f1a8de7de86392216c573c165230b9
parent42c3cd8e7d2a35f30e4ab558334cb01d55ad8d23
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/branches/1.3/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