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