about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTGopher.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-04-01 07:55:02 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2022-04-01 07:55:02 +0000
commit4a784a7f73d7e06d92fcd4b8844dc0ef00f41050 (patch)
tree0c5c31f1170d5599f11f19a889ba495ce1ebd340 /WWW/Library/Implementation/HTGopher.c
parent04fd5be50c369e986053e7bfcc4b9eb2fa5ac937 (diff)
downloadlynx-snapshots-4a784a7f73d7e06d92fcd4b8844dc0ef00f41050.tar.gz
snapshot of project "lynx", label v2-9-0dev_10e
Diffstat (limited to 'WWW/Library/Implementation/HTGopher.c')
-rw-r--r--WWW/Library/Implementation/HTGopher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c
index 4f9e02ba..03141790 100644
--- a/WWW/Library/Implementation/HTGopher.c
+++ b/WWW/Library/Implementation/HTGopher.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTGopher.c,v 1.76 2021/07/25 23:51:30 tom Exp $
+ * $LynxId: HTGopher.c,v 1.77 2022/04/01 00:18:09 tom Exp $
  *
  *			GOPHER ACCESS				HTGopher.c
  *			=============
@@ -279,7 +279,7 @@ static void parse_menu(const char *arg GCC_UNUSED,
 	     * Gopher menu.
 	     */
 	    if (dump_output_immediately
-		&& HTOutputFormat == HTAtom_for("www/dump")) {
+		&& HTOutputFormat == WWW_DUMP) {
 		if (ich == '<') {
 		    ss = "&lt;";
 		} else if (ich == '>') {