X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_xport.c;h=063982ebcf11e2d998db3206802562732d5d4382;hp=6697195d74b43fd577fd844d3532c2761af1b743;hb=19f031713115921bebf5949ce63926d66dd8c6a5;hpb=ce30e9e1379022835687aa08b7712e27372e05ec diff --git a/src/rrd_xport.c b/src/rrd_xport.c index 6697195..063982e 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.4.1 Copyright by Tobi Oetiker, 1997-2009 + * RRDtool 1.4.3 Copyright by Tobi Oetiker, 1997-2010 **************************************************************************** * rrd_xport.c export RRD data ****************************************************************************/ @@ -286,7 +286,7 @@ int rrd_xport_fn( free(step_list); *start = im->start - im->start % (*step); - *end = im->end - im->end % (*step); + *end = im->end - im->end % (*step) + (*step); /* room for rearranged data */