From 0e90d1ba1fd5c20bf526cda4459eedf12cd1f3ef Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 5 Mar 2012 12:59:31 +0000 Subject: libpgf: now all concrete functions and categories are explicitly linked to their abstract counter parts --- src/runtime/c/pgf/printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/printer.c') diff --git a/src/runtime/c/pgf/printer.c b/src/runtime/c/pgf/printer.c index 058375f33..2b1729749 100644 --- a/src/runtime/c/pgf/printer.c +++ b/src/runtime/c/pgf/printer.c @@ -178,7 +178,7 @@ pgf_print_cncfun(PgfCncFun *cncfun, PgfSequences *sequences, } gu_puts(") [", wtr, err); - gu_string_write(cncfun->fun, wtr, err); + gu_string_write(cncfun->name, wtr, err); gu_puts("]\n", wtr, err); } -- cgit v1.2.3