X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Frrd_resize.c;h=f64615cf62bfb39e0927de16e8e23cd35528701b;hb=8a21b9cb276aa9b7401533474019f4ee1251a377;hp=e29f2dd2181f8b206b9283cd760c653ffda0b0d7;hpb=264a94560ae83c638e05b0b93b85fd6285b07dac;p=rrdtool.git diff --git a/src/rrd_resize.c b/src/rrd_resize.c index e29f2dd..f64615c 100644 --- a/src/rrd_resize.c +++ b/src/rrd_resize.c @@ -82,7 +82,7 @@ int rrd_resize( return (-1); } - rrd_out_file = rrd_open(outfilename, &rrdnew, RRD_READWRITE|RRD_CREAT); + rrd_out_file = rrd_open(outfilename, &rrdnew, RRD_READWRITE | RRD_CREAT); if (rrd_out_file == NULL) { rrd_set_error("Can't create '%s': %s", outfilename, rrd_strerror(errno));