emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug of encode_coding_sjis_big5


From: Kenichi Handa
Subject: bug of encode_coding_sjis_big5
Date: Fri, 10 May 2002 08:36:57 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

There's a bug in encode_coding_sjis_big5 (coding.c).

At line 3047, we have this line:
              if (!coding->mode & CODING_MODE_SELECTIVE_DISPLAY)
but "coding->mode & CODING_..." must be surrounded by '('
and ')'.

Could someone please fix it (both in HEAD and RC)?

---
Ken'ichi HANDA
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]