diff src/coding.c @ 105179:8143cdf4806f

(decode_coding_iso_2022): Fix operator precedence.
author Andreas Schwab <schwab@linux-m68k.org>
date Thu, 24 Sep 2009 08:18:40 +0000
parents bc74846b9a54
children 68dd71358159
line wrap: on
line diff
--- a/src/coding.c	Thu Sep 24 03:26:51 2009 +0000
+++ b/src/coding.c	Thu Sep 24 08:18:40 2009 +0000
@@ -3860,7 +3860,7 @@
 	      continue;
 
 	    case '[':		/* specification of direction */
-	      if (! CODING_ISO_FLAGS (coding) & CODING_ISO_FLAG_DIRECTION)
+	      if (! (CODING_ISO_FLAGS (coding) & CODING_ISO_FLAG_DIRECTION))
 		goto invalid_code;
 	      /* For the moment, nested direction is not supported.
 		 So, `coding->mode & CODING_MODE_DIRECTION' zero means