about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-01-27 22:56:58 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2019-01-27 22:56:58 +0000
commit01b7657ad896b176952ac2fddee0638a4123b3a8 (patch)
tree387aa53527cf83e5076465b000b2a1759326fd7b /WWW/Library/Implementation
parent1a6ec6e86fc406f8dcc591c2e0ced95473bd5cd7 (diff)
downloadlynx-snapshots-01b7657ad896b176952ac2fddee0638a4123b3a8.tar.gz
snapshot of project "lynx", label v2-9-0dev_0m
Diffstat (limited to 'WWW/Library/Implementation')
-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;
 
     /*