X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_xport.c;h=efdceab53cec26f65a583303c5b810a93790e570;hb=e3be7f72da32514252efa014a2f35538319d098e;hp=52e79d45707db34b0f35be987a36be5c0ba17029;hpb=47cf8ef13bd1f404e6c4643c3b330ef3dd44585f;p=rrdtool.git diff --git a/src/rrd_xport.c b/src/rrd_xport.c index 52e79d4..efdceab 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.99907080300 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_xport.c export RRD data ****************************************************************************/ @@ -177,7 +177,7 @@ int rrd_xport_fn( unsigned long nof_xports = 0; unsigned long xport_counter = 0; - int *ref_list; + int *ref_list; rrd_value_t **srcptr_list; char **legend_list; int ii = 0;