fix in the Java binding after the implementation for pre

This commit is contained in:
kr.angelov
2014-03-07 21:28:40 +00:00
parent a77dc568bb
commit 6b6c331f40

View File

@@ -476,7 +476,7 @@ Java_org_grammaticalframework_pgf_Concr_tabularLinearize(JNIEnv* env, jobject se
GuStringBuf* sbuf = gu_string_buf(tmp_pool);
GuOut* out = gu_string_buf_out(sbuf);
pgf_lzr_linearize_simple(concr, ctree, lin_idx, out, err);
pgf_lzr_linearize_simple(concr, ctree, lin_idx, out, err, tmp_pool);
jstring jstr = NULL;
if (gu_ok(err)) {