summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/printer.c
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-03-05 12:59:31 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-03-05 12:59:31 +0000
commit0e90d1ba1fd5c20bf526cda4459eedf12cd1f3ef (patch)
treec85a0b4198bcaee5fc4d5b3a03bbf8e9d1f7e6fa /src/runtime/c/pgf/printer.c
parent04db5aa045d720a2ff473097e57c73a09e82e886 (diff)
libpgf: now all concrete functions and categories are explicitly linked to their abstract counter parts
Diffstat (limited to 'src/runtime/c/pgf/printer.c')
-rw-r--r--src/runtime/c/pgf/printer.c2
1 files changed, 1 insertions, 1 deletions
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);
}