mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 07:02:51 -06:00
bugfix for print names in the C runtime and expose the functionality from Java
This commit is contained in:
@@ -191,9 +191,7 @@ PGF_API GuString
|
||||
pgf_print_name(PgfConcr* concr, PgfCId id)
|
||||
{
|
||||
PgfCId name =
|
||||
gu_map_get(concr->printnames, id, PgfCId);
|
||||
if (*name == 0)
|
||||
name = id;
|
||||
gu_map_get(concr->printnames, id, GuString);
|
||||
return name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user