summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2014-03-04 10:30:23 +0000
committerkr.angelov <kr.angelov@gmail.com>2014-03-04 10:30:23 +0000
commitcbe17732a68cc6ccc8b516de0533d00209ffffd7 (patch)
treec5eee1146f21dcb2fa275278cf4163b5c4e2f810 /src/runtime/c/utils
parent2e1dd543e9157d90d6cc07075d69957b4deacaf2 (diff)
use pgf_linearize instead of pgf_lzr_linearize_simple in pgf-translate.c
Diffstat (limited to 'src/runtime/c/utils')
-rw-r--r--src/runtime/c/utils/pgf-translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/utils/pgf-translate.c b/src/runtime/c/utils/pgf-translate.c
index b54b760f5..c3ae578f9 100644
--- a/src/runtime/c/utils/pgf-translate.c
+++ b/src/runtime/c/utils/pgf-translate.c
@@ -34,7 +34,7 @@ print_result(PgfExprProb* ep, PgfConcr* to_concr,
gu_putc(' ', out, err);
// Linearize the concrete tree as a simple
// sequence of strings.
- pgf_lzr_linearize_simple(to_concr, ctree, 0, out, err);
+ pgf_linearize(to_concr, ctree, out, err);
if (gu_exn_caught(err) == gu_type(PgfLinNonExist)) {
// encountered nonExist. Unfortunately there
// might be some output printed already. The