mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 22:22:51 -06:00
bugfixes for showContext & showType
This commit is contained in:
@@ -476,7 +476,7 @@ PgfText *pgf_print_context(size_t n_hypos, PgfTypeHypo *hypos,
|
||||
for (size_t i = 0; i < n_hypos; i++) {
|
||||
if (i > 0)
|
||||
printer.puts(" ");
|
||||
printer.hypo(&hypos[i]);
|
||||
printer.hypo(&hypos[i],4);
|
||||
}
|
||||
return printer.get_text();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user