Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685954
Collapse All | Expand All

(-)a/src/rrd_graph_helper.c (-1 / +1 lines)
Lines 532-538 static graph_desc_t* newGraphDescription Link Here
532
    double linewidth = 1;
532
    double linewidth = 1;
533
    char *t,*x;
533
    char *t,*x;
534
    if ((t=getKeyValueArgument("linewidth",1,pa))&&(*t!=0)) {
534
    if ((t=getKeyValueArgument("linewidth",1,pa))&&(*t!=0)) {
535
      if ((getDouble(t,&linewidth,&x))||(linewidth<=0)) {
535
      if ((getDouble(t,&linewidth,&x))||(linewidth<0)) {
536
	rrd_set_error("Bad line width: %s",t); return NULL;
536
	rrd_set_error("Bad line width: %s",t); return NULL;
537
      }
537
      }
538
    }
538
    }

Return to bug 685954