keep external identifiers under length of 31 char

This commit is contained in:
nhmall
2023-05-15 23:11:34 -04:00
parent 59677e7440
commit 420048b8d3
3 changed files with 5 additions and 5 deletions

View File

@@ -598,8 +598,8 @@ add_custom_urep_entry(
gdc->details = 0;
gdc->details_end = 0;
}
details = find_matching_symset_customization(customization_name,
custom_symbols, which_set);
details = find_matching_symset_customiz(customization_name,
custom_symbols, which_set);
if (details) {
while (details) {
if (details->content.urep.glyphidx == glyphidx) {