about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTWAIS.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2001-06-11 01:14:52 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2001-06-11 01:14:52 -0400
commit244151ea1ed7b05051bd92a653bbde57c8194061 (patch)
tree13b8c5ac42c66347c61173e7d5929f738374b006 /WWW/Library/Implementation/HTWAIS.c
parent1f734c80c35ae04b3e8b0b82707d643f52852c6d (diff)
downloadlynx-snapshots-244151ea1ed7b05051bd92a653bbde57c8194061.tar.gz
snapshot of project "lynx", label v2-8-4pre_2
Diffstat (limited to 'WWW/Library/Implementation/HTWAIS.c')
-rw-r--r--WWW/Library/Implementation/HTWAIS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTWAIS.c b/WWW/Library/Implementation/HTWAIS.c
index 30b06ea5..86e8701d 100644
--- a/WWW/Library/Implementation/HTWAIS.c
+++ b/WWW/Library/Implementation/HTWAIS.c
@@ -786,7 +786,7 @@ PUBLIC int HTLoadWAIS ARGS4(
 		CACHE_FILE_PREFIX,
 		server_name, service, www_database);
 
-	fp = fopen(filename, TXT_R);	/* Have we found this already? */
+	fp = fopen(filename, "r");	/* Have we found this already? */
 	CTRACE((tfp, "HTWAIS: Description of server %s %s.\n",
 		    filename,
 		    fp ? "exists already" : "does NOT exist!"));