1
0
forked from GitHub/gf-core

bugfix in pgf-translate

This commit is contained in:
kr.angelov
2014-03-07 09:35:57 +00:00
parent 052ead6797
commit 6cb693bdf5

View File

@@ -34,7 +34,8 @@ print_result(PgfExprProb* ep, PgfConcr* to_concr,
gu_putc(' ', out, err);
// Linearize the concrete tree as a simple
// sequence of strings.
pgf_linearize(to_concr, ctree, out, err);
pgf_lzr_linearize_simple(to_concr, ctree, 0, out, err, ppool);
if (gu_exn_caught(err) == gu_type(PgfLinNonExist)) {
// encountered nonExist. Unfortunately there
// might be some output printed already. The