diff options
Diffstat (limited to 'databases/rrdtool10/files/patch-ab')
-rw-r--r-- | databases/rrdtool10/files/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/rrdtool10/files/patch-ab b/databases/rrdtool10/files/patch-ab deleted file mode 100644 index 2513bfe423fb..000000000000 --- a/databases/rrdtool10/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- src/rrd_tool.c.orig Tue Jun 13 20:56:08 2000 -+++ src/rrd_tool.c Tue Jun 13 20:56:10 2000 -@@ -317,12 +317,12 @@ - datai=data; - printf(" "); - for (i = 0; i<ds_cnt;i++) -- printf("%14s",ds_namv[i]); -+ printf("%14s ",ds_namv[i]); - printf ("\n\n"); - for (i = start; i <= end; i += step){ -- printf("%10lu:", i); -+ printf("%10lu: ", i); - for (ii = 0; ii < ds_cnt; ii++) -- printf(" %0.10e", *(datai++)); -+ printf(" %0.10e ", *(datai++)); - printf("\n"); - } - for (i=0;i<ds_cnt;i++) |