mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
fix in the Java binding after the implementation for pre
This commit is contained in:
@@ -476,7 +476,7 @@ Java_org_grammaticalframework_pgf_Concr_tabularLinearize(JNIEnv* env, jobject se
|
|||||||
GuStringBuf* sbuf = gu_string_buf(tmp_pool);
|
GuStringBuf* sbuf = gu_string_buf(tmp_pool);
|
||||||
GuOut* out = gu_string_buf_out(sbuf);
|
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;
|
jstring jstr = NULL;
|
||||||
if (gu_ok(err)) {
|
if (gu_ok(err)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user