aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index c1e29b82e96..69705af4319 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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))