diff options
Diffstat (limited to 'src/term.c')
| -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 f3bf3a947cb..48d4069e20e 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1887,7 +1887,7 @@ produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym) | |||
| 1887 | { | 1887 | { |
| 1888 | int face_id; | 1888 | int face_id; |
| 1889 | int len; | 1889 | int len; |
| 1890 | char buf[9]; | 1890 | char buf[sizeof "\\x" + max (6, (sizeof it->c * CHAR_BIT + 3) / 4)]; |
| 1891 | char const *str = " "; | 1891 | char const *str = " "; |
| 1892 | 1892 | ||
| 1893 | /* Get a face ID for the glyph by utilizing a cache (the same way as | 1893 | /* Get a face ID for the glyph by utilizing a cache (the same way as |