bugfix for the custom literals in the C runtime

This commit is contained in:
kr.angelov
2013-10-21 12:34:57 +00:00
parent 1d2bf1cea8
commit 53631576dc

View File

@@ -1503,7 +1503,7 @@ pgf_parsing_symbol(PgfParsing* ps, PgfItem* item, PgfSymbol sym)
PgfSymbol curr_sym = gu_null_variant;
PgfExprProb *ep =
callback->match(ps->concr, &curr_sym,
item->conts->lin_idx,
slit->r,
ps->sentence, &offset,
ps->pool, ps->out_pool);