mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
contrib: remove use of legacy names
This commit is contained in:
parent
6982a805f1
commit
0b6311b399
3 changed files with 34 additions and 34 deletions
|
|
@ -250,7 +250,7 @@ _ecl_ucd_code_to_name(ecl_character c)
|
|||
char buffer[ECL_UCD_LARGEST_CHAR_NAME+1];
|
||||
buffer[0] = 0;
|
||||
fill_pair_name(buffer, pair);
|
||||
return make_base_string_copy(buffer);
|
||||
return ecl_make_simple_base_string(buffer,-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue