diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index aef80f5cc80..d62998f4c8b 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2031,7 +2031,7 @@ detect_coding_emacs_mule (coding, detect_info) | |||
| 2031 | } | 2031 | } |
| 2032 | else | 2032 | else |
| 2033 | { | 2033 | { |
| 2034 | int more_bytes = emacs_mule_bytes[*src_base] - 1; | 2034 | int more_bytes = emacs_mule_bytes[c] - 1; |
| 2035 | 2035 | ||
| 2036 | while (more_bytes > 0) | 2036 | while (more_bytes > 0) |
| 2037 | { | 2037 | { |