summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38a4b58)
raw | patch | inline | side by side (parent: 38a4b58)
author | jake <jake@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 24 Jul 2003 14:51:46 +0000 (14:51 +0000) | ||
committer | jake <jake@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 24 Jul 2003 14:51:46 +0000 (14:51 +0000) |
src/rrd_graph.h | patch | blob | history |
diff --git a/src/rrd_graph.h b/src/rrd_graph.h
index cf99c8e4e946fed0bd768eefbae447ca1f046a0b..a7467369987acfcc3be0c0694b701ef36acaa908 100644 (file)
--- a/src/rrd_graph.h
+++ b/src/rrd_graph.h
#include "rrd_gfx.h"
#define MAX_VNAME_LEN 29
-#define DEF_NAM_FMT "%29[_A-Za-z0-9]"
+#define DEF_NAM_FMT "%29[-_A-Za-z0-9]"
#define ALTYGRID 0x01 /* use alternative y grid algorithm */
#define ALTAUTOSCALE 0x02 /* use alternative algorithm to find lower and upper bounds */