diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 05860cf7bd4..de48cb0eb88 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -930,7 +930,7 @@ write_glyphs (string, len) | |||
| 930 | if (CODING_REQUIRE_FLUSHING (&terminal_coding)) | 930 | if (CODING_REQUIRE_FLUSHING (&terminal_coding)) |
| 931 | { | 931 | { |
| 932 | terminal_coding.mode |= CODING_MODE_LAST_BLOCK; | 932 | terminal_coding.mode |= CODING_MODE_LAST_BLOCK; |
| 933 | encode_coding (&terminal_coding, (char *)0, conversion_buffer, | 933 | encode_coding (&terminal_coding, "", conversion_buffer, |
| 934 | 0, conversion_buffer_size); | 934 | 0, conversion_buffer_size); |
| 935 | if (terminal_coding.produced > 0) | 935 | if (terminal_coding.produced > 0) |
| 936 | { | 936 | { |