aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index b81d1b88545..d38dc5e0c58 100644
--- a/src/data.c
+++ b/src/data.c
@@ -2092,7 +2092,7 @@ or a byte-code object. IDX starts at 0. */)
2092 } 2092 }
2093 else 2093 else
2094 { 2094 {
2095 int size = 0; 2095 ptrdiff_t size = 0;
2096 if (VECTORP (array)) 2096 if (VECTORP (array))
2097 size = ASIZE (array); 2097 size = ASIZE (array);
2098 else if (COMPILEDP (array)) 2098 else if (COMPILEDP (array))