diff options
Diffstat (limited to 'net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch deleted file mode 100644 index 15661557eaa5..000000000000 --- a/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch +++ /dev/null @@ -1,15 +0,0 @@ -http://oss.oetiker.ch/rrdtool-trac/changeset/1653 - -=== modified file 'src/rrd_graph.c' ---- src/rrd_graph.c 2008-11-08 07:45:41 +0000 -+++ src/rrd_graph.c 2008-11-08 07:47:06 +0000 -@@ -3508,7 +3508,7 @@ - if (size > 0){ - im->text_prop[propidx].size=size; - } -- if (strlen(optarg) > end){ -+ if (strlen(optarg) > end+2){ - if (optarg[end] == ':'){ - strncpy(im->text_prop[propidx].font,optarg+end+1,255); - im->text_prop[propidx].font[255] = '\0'; - |