Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Dec 21, 2023
1 parent 93e47b6 commit ba19ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/c/pgf/parser.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ void PgfLRTableMaker::predict(State *state, Fold fold, Item *item, ref<PgfText>
return true;
};
probspace_iter(abstr->funs_by_cat, cat, f, false);
} else {
} else if (ccat->prods.size() > 0) {
Item *new_item = new(item,ccat,lin_idx) Item;
process(state,fold,new_item);
}
Expand Down

0 comments on commit ba19ff1

Please sign in to comment.