libpgf: now all concrete functions and categories are explicitly linked to their abstract counter parts

This commit is contained in:
kr.angelov
2012-03-05 12:59:31 +00:00
parent 94e29b65d0
commit 791a1a17b0
8 changed files with 42 additions and 31 deletions

View File

@@ -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);
}