about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTVMSUtils.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/HTVMSUtils.c
parent1f734c80c35ae04b3e8b0b82707d643f52852c6d (diff)
downloadlynx-snapshots-244151ea1ed7b05051bd92a653bbde57c8194061.tar.gz
snapshot of project "lynx", label v2-8-4pre_2
Diffstat (limited to 'WWW/Library/Implementation/HTVMSUtils.c')
-rw-r--r--WWW/Library/Implementation/HTVMSUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTVMSUtils.c b/WWW/Library/Implementation/HTVMSUtils.c
index d4b37a76..5d372035 100644
--- a/WWW/Library/Implementation/HTVMSUtils.c
+++ b/WWW/Library/Implementation/HTVMSUtils.c
@@ -846,7 +846,7 @@ PUBLIC int HTVMSBrowseDir ARGS4(
 	if (header[strlen(header)-1] != '/')
 	    StrAllocCat(header, "/");
 	StrAllocCat(header, HT_DIR_README_FILE);
-	if ((fp = fopen(header,	 TXT_R)) != NULL) {
+	if ((fp = fopen(header,	 "r")) != NULL) {
 	    START(HTML_PRE);
 	    for(;;) {
 		char c = fgetc(fp);