bugfix for linearization of metavariables at the root of a tree

This commit is contained in:
kr.angelov
2012-12-19 10:03:05 +00:00
parent 6201640d7b
commit f7eaa8a89a
2 changed files with 24 additions and 17 deletions

View File

@@ -1945,7 +1945,7 @@ pgf_parser_init_state(PgfConcr* concr, PgfCId cat, size_t lin_idx, GuPool* pool)
conts->outside_prob = 0;
conts->ref_count = 0;
gu_buf_push(conts->items, PgfItem*, NULL);
#ifdef PGF_COUNTS_DEBUG
ps->cont_full_count++;
#endif