]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
In rrd_graph: the width/height values are written into rrd_infoval_t's u_cnt
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 14 Jan 2009 08:14:31 +0000 (08:14 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 14 Jan 2009 08:14:31 +0000 (08:14 +0000)
commit27396673799b5b6267df107eb310cb1cc947db4e
tree433587156702ecf821051235b0d1a89e4b624050
parentefda1120ec132f4ba36eefe21dcf297b87b875e5
In rrd_graph: the width/height values are written into rrd_infoval_t's u_cnt
but read out of u_int (u_long vs. int). This breaks on LP64BE. Patch by
Rafal Boni rafal pobox.com

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1733 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c