diff --git a/src/parser.c b/src/parser.c index 28290e7..07ecd27 100644 --- a/src/parser.c +++ b/src/parser.c @@ -2105,8 +2105,8 @@ parse_fragment(apfl_parser_ptr p, struct fragment *fragment, bool need, enum par fragment->type = FRAG_PREDICATE; fragment->position = token_pos; - fragment->at.lhs = lhs; - fragment->at.rhs = rhs; + fragment->predicate.lhs = lhs; + fragment->predicate.rhs = rhs; } break;