X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Frrd_graph.c;h=c79248fcf9cb0bf4ec3f2f45e42ab1c45163d923;hb=f521060c2e29d93ec959fecedb69572246aa3425;hp=3f8ee1bff143af2dc004eb0e83ffaac4200b8e9f;hpb=45b09b473ffe27306f8f17a02963ba3d305dfdbb;p=rrdtool.git diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 3f8ee1b..c79248f 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -4158,6 +4158,7 @@ void rrd_graph_init( im->maxval = DNAN; im->minval = 0; im->minval = DNAN; + im->magfact = 1; im->prt_c = 0; im->rigid = 0; im->rendered_image_size = 0;