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)
commit0be1b9ff1bce929656a5078ae7a4eb58574d3324
treeaa5248a552d4e339bb56e46298924b2e3399d8ac
parenta86cfeea7e502275cd0505eee4f558327e526791
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@1733 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_graph.c