changeset 103124:661fea081562

(load_charset): Reformat X==Y==Z to (X==Y)==Z.
author Kenichi Handa <handa@m17n.org>
date Fri, 01 May 2009 10:55:12 +0000
parents 02752eb4bb6a
children efd1f5f00afc
files src/charset.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/charset.c	Thu Apr 30 23:43:51 2009 +0000
+++ b/src/charset.c	Fri May 01 10:55:12 2009 +0000
@@ -646,7 +646,7 @@
   if (inhibit_load_charset_map
       && temp_charset_work
       && charset == temp_charset_work->current
-      && (control_flag == 2 == temp_charset_work->for_encoder))
+      && ((control_flag == 2) == temp_charset_work->for_encoder))
     return;
 
   if (CHARSET_METHOD (charset) == CHARSET_METHOD_MAP)