about summary refs log tree commit diff stats
path: root/src/LYrcFile.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-08-25 01:41:14 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2000-08-25 01:41:14 -0400
commit1a6a3318d96d97c4cc8d9fc827e930b3cfb22085 (patch)
treeef3eb0b7ce0306f73717f6cc3da54835a904d9ad /src/LYrcFile.c
parent0726d2fa354eae3a7913d3ea28f19115ca904e02 (diff)
downloadlynx-snapshots-1a6a3318d96d97c4cc8d9fc827e930b3cfb22085.tar.gz
snapshot of project "lynx", label v2-8-4dev_8
Diffstat (limited to 'src/LYrcFile.c')
-rw-r--r--src/LYrcFile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYrcFile.c b/src/LYrcFile.c
index de97c538..3671ca5f 100644
--- a/src/LYrcFile.c
+++ b/src/LYrcFile.c
@@ -550,7 +550,7 @@ PUBLIC void read_rc ARGS1(FILE *, fp)
 
     } /* end of while */
 
-    fclose(fp);
+    LYCloseInput(fp);
 } /* big end */
 
 /*
@@ -1080,7 +1080,7 @@ in the Visited Links Page.\n\
     if (is_tempfile) {
 	LYCloseTempFP(fp);
     } else {
-	fclose(fp);
+	LYCloseOutput(fp);
 	HTSYS_purge(rcfile);
     }