state name change

This commit is contained in:
Nico Schottelius 2019-07-24 09:53:13 +02:00
commit 4eabf8cc38
2 changed files with 24 additions and 1 deletions

View file

@ -51,7 +51,7 @@ parser TopParser(
RealParser() realparser;
state fakestart {
state start {
realparser.apply(b, p, user_metadata, digest_data, sume_metadata);
transition accept;
}