Revert "Merge branch 'develop' into 'develop'"

This reverts commit b75802f122, reversing
changes made to 5e3ccb1955.
This commit is contained in:
Daniel Kochmanski 2017-05-26 14:38:52 +02:00
parent a095f6a4ee
commit cf416f6fd4
20 changed files with 18 additions and 50 deletions

View file

@ -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]);
*/