aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index b20a72ca678..555e6623383 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7339,7 +7339,7 @@ handle_composition_annotation (pos, limit, coding, buf, stop)
7339 components = COMPOSITION_COMPONENTS (prop); 7339 components = COMPOSITION_COMPONENTS (prop);
7340 if (VECTORP (components)) 7340 if (VECTORP (components))
7341 { 7341 {
7342 len = XVECTOR (components)->size; 7342 len = XVECTOR_SIZE (components);
7343 for (i = 0; i < len; i++) 7343 for (i = 0; i < len; i++)
7344 *buf++ = XINT (AREF (components, i)); 7344 *buf++ = XINT (AREF (components, i));
7345 } 7345 }