mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
tabularLinearize should continue after nonExist
This commit is contained in:
@@ -709,6 +709,7 @@ PgfText *PgfLinearizationOutput::get_text()
|
||||
{
|
||||
if (nonexist) {
|
||||
free(printer.get_text());
|
||||
nonexist = false;
|
||||
return NULL;
|
||||
}
|
||||
bind = true;
|
||||
|
||||
Reference in New Issue
Block a user