From 92881dc50750cb07658778c2a03f78cdb17dc341 Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 27 May 2005 19:12:12 +0000 Subject: [PATCH] there is realy no reason to have the vnames constraind so much git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@597 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_graph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/src/rrd_graph.h b/program/src/rrd_graph.h index 9cbfd027..9ced52ee 100644 --- a/program/src/rrd_graph.h +++ b/program/src/rrd_graph.h @@ -5,8 +5,8 @@ #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 */ -- 2.30.2