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)
commit4899d1b02ac08d6e7b2b815677d407515a89eacc
tree8f2cc9079168e87d21052efaf1ac10f6ed01021c
parent4b915319ff1562cd0973f50a2c683a2cd4b5d6d6
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/trunk@2228 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_graph.c