commit 964dcdb605ecf38ab45c712e6d40bc57d029a5bb
parent 412b587eff03cdf03536fe0aca08f564ee1da61c
Author: inu <inu>
Date:   Thu,  9 Feb 2006 12:49:52 +0000
file.c: replace pclose with fclose in the end of uncompress_stream() by Dai Sato
CVS ----------------------------------------------------------------------
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-09  Dai Sato  <satodai@w3m.jp>
+
+	* http://vimrc.hp.infoseek.co.jp/w3m-pclose.html
+	* file.c: replace pclose with fclose in the end of uncompress_stream()
+
 2005-02-27  Fumitoshi UKAI  <ukai@debian.or.jp>
 
 	* configure.ac: rename from configure.in. this is for autoconf2.50
diff --git a/file.c b/file.c
@@ -8027,7 +8027,7 @@ uncompress_stream(URLFile *uf, char **src)
 	    uf->scheme = SCM_LOCAL;
     }
     UFhalfclose(uf);
-    uf->stream = newFileStream(f1, (void (*)())pclose);
+    uf->stream = newFileStream(f1, (void (*)())fclose);
 }
 
 static FILE *