Skip to content

Commit

Permalink
Merge pull request #968 from lf-lang/check-deadline
Browse files Browse the repository at this point in the history
Fix port type mismatch in AnytimePrime.lf
  • Loading branch information
hokeun authored Feb 16, 2022
2 parents df8257d + 8345873 commit f621289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/C/src/AnytimePrime.lf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ reactor Prime {
}

reactor Print {
input in:int;
input in:{=long long=};
reaction(in) {=
printf("Largest prime found within the deadline: %d\n", in->value);
=}
Expand Down

0 comments on commit f621289

Please sign in to comment.