From 08a7d99253dc2bf1291ad9ab212b426a26fbb4a4 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Mon, 13 Aug 2012 16:17:51 +0000 Subject: using strings as labels --- src/regex/regex_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex/regex_internal.h') diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h index d1e829633..007870832 100644 --- a/src/regex/regex_internal.h +++ b/src/regex/regex_internal.h @@ -66,7 +66,7 @@ struct GNUNET_REGEX_Transition /** * Label for this transition. This is basically the edge label for the graph. */ - char label; + char *label; /** * State to which this transition leads. -- cgit v1.2.3