diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -456,7 +456,7 @@ concat (nargs, args, target_type, last_special) | |||
| 456 | if (this_len_byte > 1) | 456 | if (this_len_byte > 1) |
| 457 | some_multibyte = 1; | 457 | some_multibyte = 1; |
| 458 | } | 458 | } |
| 459 | else | 459 | else if (STRINGP (this)) |
| 460 | { | 460 | { |
| 461 | result_len_byte += XSTRING (this)->size_byte; | 461 | result_len_byte += XSTRING (this)->size_byte; |
| 462 | if (STRING_MULTIBYTE (this)) | 462 | if (STRING_MULTIBYTE (this)) |