diff options
author | Maximilian Szengel <gnunet@maxsz.de> | 2012-08-13 16:17:51 +0000 |
---|---|---|
committer | Maximilian Szengel <gnunet@maxsz.de> | 2012-08-13 16:17:51 +0000 |
commit | 08a7d99253dc2bf1291ad9ab212b426a26fbb4a4 (patch) | |
tree | 7050019167a00ea8e14180e890920f1262a1d9de /src/regex/regex_internal.h | |
parent | 8e2f63c53202198ba8499393041c83bbd93ea6f7 (diff) |
using strings as labels
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r-- | src/regex/regex_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h index d1e8296335..0078708324 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. |