;* src/fns.c (concat_strings): Add missing space.
This commit is contained in:
parent
f4ed3f39c9
commit
2d4d6f1a3f
1 changed files with 1 additions and 1 deletions
|
@ -848,7 +848,7 @@ concat_strings (ptrdiff_t nargs, Lisp_Object *args)
|
|||
if (dest_multibyte && some_unibyte)
|
||||
{
|
||||
/* Non-ASCII characters in unibyte strings take two bytes when
|
||||
converted to multibyte -- count them and adjust the total. */
|
||||
converted to multibyte -- count them and adjust the total. */
|
||||
for (ptrdiff_t i = 0; i < nargs; i++)
|
||||
{
|
||||
Lisp_Object arg = args[i];
|
||||
|
|
Loading…
Add table
Reference in a new issue