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 4e74589ef26..a72e41aee5b 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -322,7 +322,7 @@ Letter-case is significant, but text properties are ignored. */)
322 322
323 USE_SAFE_ALLOCA; 323 USE_SAFE_ALLOCA;
324 ptrdiff_t *column = SAFE_ALLOCA ((len1 + 1) * sizeof (ptrdiff_t)); 324 ptrdiff_t *column = SAFE_ALLOCA ((len1 + 1) * sizeof (ptrdiff_t));
325 for (y = 1; y <= len1; y++) 325 for (y = 0; y <= len1; y++)
326 column[y] = y; 326 column[y] = y;
327 327
328 if (use_byte_compare) 328 if (use_byte_compare)