From 1d239ab567f7ecbdec338563719ef19d9211a6e8 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 24 Feb 2012 13:52:21 +0000 Subject: libpgf: simple fix in the grammar printer and the reader --- 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 3d13147b6..058375f33 100644 --- a/src/runtime/c/pgf/printer.c +++ b/src/runtime/c/pgf/printer.c @@ -123,7 +123,7 @@ pgf_print_productions(GuMapItor* fn, const void* key, void* value, } case PGF_PRODUCTION_COERCE: { PgfProductionCoerce* pcoerce = i.data; - gu_printf(wtr,err,"_[C%d]\n",pcoerce->coerce); + gu_printf(wtr,err,"_[C%d]\n",pcoerce->coerce->fid); break; } default: -- cgit v1.2.3