forked from GitHub/gf-core
tabularLinearize should continue after nonExist
This commit is contained in:
@@ -709,6 +709,7 @@ PgfText *PgfLinearizationOutput::get_text()
|
|||||||
{
|
{
|
||||||
if (nonexist) {
|
if (nonexist) {
|
||||||
free(printer.get_text());
|
free(printer.get_text());
|
||||||
|
nonexist = false;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
bind = true;
|
bind = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user