Skip to content

Commit

Permalink
pins2pins-ltl: using the enabledness (??) operator is not edge-based …
Browse files Browse the repository at this point in the history
…LTL.
  • Loading branch information
Meijuh committed Apr 15, 2018
1 parent 330fda4 commit 84f7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pins-lib/pins2pins-ltl.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ static void check_LTL(ltsmin_expr_t e, ltsmin_parse_env_t env,
break;
}
case EVAR: {
info->has_EVAR = 1;
if (e->parent->token != LTL_EN) info->has_EVAR = 1;
break;
}
default: break;
Expand Down

0 comments on commit 84f7909

Please sign in to comment.