forked from GitHub/gf-core
fix in pgf_print_expr for lambda abstractions with more than one argument
This commit is contained in:
@@ -1114,6 +1114,7 @@ pgf_print_expr(PgfExpr expr, PgfPrintContext* ctxt, int prec,
|
||||
PgfPrintContext* c = ctxt;
|
||||
while (c != NULL && var > 0) {
|
||||
c = ctxt->next;
|
||||
var--;
|
||||
}
|
||||
|
||||
if (c == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user