parser: Use correct union member
This commit is contained in:
parent
76cf60d20f
commit
0dd27b7046
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue