1
0
forked from GitHub/gf-core

tabularLinearize should continue after nonExist

This commit is contained in:
krangelov
2021-12-09 15:04:19 +01:00
parent 1ccfdfce5f
commit e413293657

View File

@@ -709,6 +709,7 @@ PgfText *PgfLinearizationOutput::get_text()
{
if (nonexist) {
free(printer.get_text());
nonexist = false;
return NULL;
}
bind = true;