forked from GitHub/gf-core
bug fix in the linearizer in the C runtime
This commit is contained in:
@@ -292,7 +292,7 @@ pgf_lzn_resolve(PgfLzn* lzn, PgfExpr expr, PgfCCat* ccat, GuPool* pool)
|
||||
goto done;
|
||||
}
|
||||
case PGF_EXPR_META: {
|
||||
if (ccat != NULL && ccat->lindefs == NULL) {
|
||||
if (ccat == NULL || ccat->lindefs == NULL) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user