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)
commite2c0fa599e4dc0db4672cc1660613f642d41bce0
treec9ebf810499a4b0747c5c801c8581df6394b6328
parent18c539e0ffade394bbbf0ed1214367e19de46c50
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@2228 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_graph.c