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 5047e1149bc..6cfcec905a1 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7632,7 +7632,7 @@ decode_coding_gap (struct coding_system *coding,
7632 if (coding->eol_seen == EOL_SEEN_CR) 7632 if (coding->eol_seen == EOL_SEEN_CR)
7633 { 7633 {
7634 unsigned char *src_end = GAP_END_ADDR; 7634 unsigned char *src_end = GAP_END_ADDR;
7635 unsigned char *src = src - coding->src_bytes; 7635 unsigned char *src = src_end - coding->src_bytes;
7636 7636
7637 while (src < src_end) 7637 while (src < src_end)
7638 { 7638 {