Skip to content

Commit

Permalink
Merge pull request #2122 from lf-lang/length-bug-fix
Browse files Browse the repository at this point in the history
Fix bug: set length on incoming token
  • Loading branch information
lhstrh authored Dec 1, 2023
2 parents f20605a + 3d260de commit 5e137a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ private static String generateActionVariablesInReaction(
+ ")"
+ tokenPointer
+ "->value;");
builder.pr(action.getName() + "->length = " + tokenPointer + "->length;");
} else {
builder.pr(
action.getName()
Expand Down

0 comments on commit 5e137a5

Please sign in to comment.