]> 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)
commit9a210187c19ad8be7550ca35c227a03e8e961c4f
tree6067fe0e5607380bd984e302ea895c46b44cc5c3
parentbfc6c7a9411ed0501267d70d847ecad12879a740
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/branches/1.3/program@1733 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c