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>2010-09-23 10:43:48 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-09-23 10:43:48 -0400
commita9f33e9f4daa32e4f1503b40e38b3b531c34b7b0 (patch)
tree31239f4c12020a75605f5308c70d7e6106ad6a7e /WWW/Library/Implementation/HTGopher.c
parentbf665822fc371159c9fc6630ab805638c58ab299 (diff)
downloadlynx-snapshots-a9f33e9f4daa32e4f1503b40e38b3b531c34b7b0.tar.gz
snapshot of project "lynx", label v2-8-8dev_5c
Diffstat (limited to 'WWW/Library/Implementation/HTGopher.c')
-rw-r--r--WWW/Library/Implementation/HTGopher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c
index 3851d471..993251a4 100644
--- a/WWW/Library/Implementation/HTGopher.c
+++ b/WWW/Library/Implementation/HTGopher.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTGopher.c,v 1.47 2010/09/22 00:50:23 tom Exp $
+ * $LynxId: HTGopher.c,v 1.48 2010/09/23 08:32:43 tom Exp $
  *
  *			GOPHER ACCESS				HTGopher.c
  *			=============
@@ -121,8 +121,8 @@ typedef struct _CSOfield_info {	/* For form-based CSO gateway - FM */
 static CSOfield_info *CSOfields = NULL;		/* For form-based CSO gateway - FM */
 
 typedef struct _CSOformgen_context {	/* For form-based CSO gateway - FM */
-    char *host;
-    char *seek;
+    const char *host;
+    const char *seek;
     CSOfield_info *fld;
     int port;
     int cur_line;