aboutsummaryrefslogtreecommitdiffstats
path: root/Egraph.h
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-15 08:04:18 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-15 08:04:18 +0100
commit1d2344515cc3e50ff3ac97504dda58ecd38cb4fa (patch)
treeb24e1ad3de18106cd5b4a321a91c55a7e48ea1e0 /Egraph.h
parentupdate Thanks (diff)
downloadglouglou-1d2344515cc3e50ff3ac97504dda58ecd38cb4fa.tar.xz
glouglou-1d2344515cc3e50ff3ac97504dda58ecd38cb4fa.zip
increase vertice name max len (EGRAPH_VERTICE_NAME_MAXLEN)
Diffstat (limited to '')
-rw-r--r--Egraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Egraph.h b/Egraph.h
index 7f4d6c5..553d5cd 100644
--- a/Egraph.h
+++ b/Egraph.h
@@ -4,7 +4,7 @@
#include <igraph/igraph.h>
#define EGRAPH_VERTICES_MAX 16384 /* cannot be more that u_int32_t */
-#define EGRAPH_VERTICE_NAME_MAXLEN 50
+#define EGRAPH_VERTICE_NAME_MAXLEN 60
typedef struct Egraph Egraph;
typedef struct Egraph_Edge Egraph_Edge;