Code

It seems that function graph_size_location() doesn't call xtr(im, 0) if (im->extra_fl...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 28 Nov 2011 07:38:54 +0000 (07:38 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 28 Nov 2011 07:38:54 +0000 (07:38 +0000)
commit91725e8ee9e9c37ae8270df66ee0ed7c4f81ad02
tree10cb56398ac64da5133c0732df642fc5b36db089
parentaf5eb0b3bbd2a565dbb5cd005e8aa0c6773b3e87
It seems that function graph_size_location() doesn't call xtr(im, 0) if (im->extra_flags & ONLY_GRAPH) != 0. Therefore, static variable pixie in function xtr() remains uninitialized (fix for #322). -- u00mp yandex.ru

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