diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 5c43c2f4db0..01797acbdf4 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2795,7 +2795,7 @@ It returns the number of characters changed. */) | |||
| 2795 | modify_region (current_buffer, XINT (start), XINT (end)); | 2795 | modify_region (current_buffer, XINT (start), XINT (end)); |
| 2796 | 2796 | ||
| 2797 | cnt = 0; | 2797 | cnt = 0; |
| 2798 | for (; pos < end; ) | 2798 | for (; pos < XINT (end); ) |
| 2799 | { | 2799 | { |
| 2800 | register unsigned char *p = BYTE_POS_ADDR (pos_byte); | 2800 | register unsigned char *p = BYTE_POS_ADDR (pos_byte); |
| 2801 | unsigned char *str, buf[MAX_MULTIBYTE_LENGTH]; | 2801 | unsigned char *str, buf[MAX_MULTIBYTE_LENGTH]; |