Code

In rrd_graph: the width/height values are written into rrd_infoval_t's u_cnt
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 14 Jan 2009 08:14:31 +0000 (08:14 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 14 Jan 2009 08:14:31 +0000 (08:14 +0000)
commit5c8b51d09f1106f89de6e069f2b3a9d7c1e5dd7a
tree6067fe0e5607380bd984e302ea895c46b44cc5c3
parent25c7db6f66f29198f2ebb9094a3d913ea73f6568
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