1
0
forked from GitHub/gf-core

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 8103703858
commit e3dc98dd0f

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);