about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTGopher.c
diff options
context:
space:
mode:
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 == '>') {