summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dbc55b5)
raw | patch | inline | side by side (parent: dbc55b5)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 16 Dec 2006 16:02:43 +0000 (16:02 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 16 Dec 2006 16:02:43 +0000 (16:02 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@932 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index ad6ef4ad82b89963c53666e044c93793de0403f1..4abacc7c622ea9794f143cfc99e99f851e0e5c71 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
case 'W':
strncpy(im->watermark,optarg,100);
- im->watermark[99]='\0';
+ im->watermark[100]='\0';
break;
case '?':