summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6273989)
raw | patch | inline | side by side (parent: 6273989)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 27 May 2005 19:12:12 +0000 (19:12 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 27 May 2005 19:12:12 +0000 (19:12 +0000) |
program/src/rrd_graph.h | patch | blob | history |
index 9cbfd027f3bc828dd7b73e7162c13ecc236033dc..9ced52ee71fb5e60f59b564f9c72e24d75564d8e 100644 (file)
--- a/program/src/rrd_graph.h
+++ b/program/src/rrd_graph.h
#include "rrd_rpncalc.h"
#include "rrd_gfx.h"
-#define MAX_VNAME_LEN 29
-#define DEF_NAM_FMT "%29[-_A-Za-z0-9]"
+#define MAX_VNAME_LEN 255
+#define DEF_NAM_FMT "%255[-_A-Za-z0-9]"
#define ALTYGRID 0x01 /* use alternative y grid algorithm */
#define ALTAUTOSCALE 0x02 /* use alternative algorithm to find lower and upper bounds */