mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 14:01:07 -08:00
Revert "Merge branch 'develop' into 'develop'"
This reverts commitb75802f122, reversing changes made to5e3ccb1955.
This commit is contained in:
parent
a095f6a4ee
commit
cf416f6fd4
20 changed files with 18 additions and 50 deletions
|
|
@ -514,7 +514,7 @@ static void
|
|||
fill_pair_name(char *buffer, int pair)
|
||||
{
|
||||
if (pair < ECL_UCD_FIRST_PAIR) {
|
||||
strncat(buffer, ecl_ucd_names_word[pair], ECL_UCD_LARGEST_CHAR_NAME);
|
||||
strncat(buffer, ecl_ucd_names_word[pair], ECL_UCD_LARGEST_CHAR_NAME+1);
|
||||
/*
|
||||
printf("text=%s\n", ecl_ucd_names_word[pair]);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue