about summary refs log tree commit diff stats
path: root/WWW/Library
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library')
-rw-r--r--WWW/Library/Implementation/SGML.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c
index 6f0ebc26..47b8304a 100644
--- a/WWW/Library/Implementation/SGML.c
+++ b/WWW/Library/Implementation/SGML.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: SGML.c,v 1.167 2019/01/02 21:06:28 tom Exp $
+ * $LynxId: SGML.c,v 1.168 2019/01/27 19:14:06 tom Exp $
  *
  *			General SGML Parser code		SGML.c
  *			========================
@@ -1852,7 +1852,7 @@ static void SGML_character(HTStream *me, int c_in)
     if (TOASCII(clong) < 32 &&
 	c != '\t' && c != '\n' && c != '\r' &&
 	!IS_CJK_TTY &&
-	!(UTF8_TTY_ISO2022JP && TOASCII(c) == '\033'))
+	!(UTF8_TTY_ISO2022JP && (TOASCII(c) == '\033')))
 	goto after_switch;
 
     /*