diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) |