Skip to content

Commit

Permalink
Fix TSTRING parsing in conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
CurlyMoo committed Sep 5, 2024
1 parent 6165209 commit e55d84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HeishaMon/src/rules/rules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2260,6 +2260,7 @@ static int32_t bc_parse_math_order(char **text, struct rules_t *obj, uint16_t *p
} break;
case TVAR:
case VNULL:
case TSTRING:
case TNUMBER1:
case TNUMBER2:
case TNUMBER3:
Expand Down

0 comments on commit e55d84d

Please sign in to comment.