(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
instead of only for COMPOSITION_DISABLED.
This commit is contained in:
parent
905cc05a02
commit
c8446041d5
1 changed files with 1 additions and 1 deletions
|
@ -1665,7 +1665,7 @@ coding_allocate_composition_data (coding, char_offset)
|
|||
|
||||
#define DECODE_COMPOSITION_END(c1) \
|
||||
do { \
|
||||
if (coding->composing == COMPOSITION_DISABLED) \
|
||||
if (! COMPOSING (coding)) \
|
||||
{ \
|
||||
*dst++ = ISO_CODE_ESC; \
|
||||
*dst++ = c1; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue