aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-02-09 12:49:52 +0000
committerDai Sato <satodai@w3m.jp>2006-02-09 12:49:52 +0000
commit9d56e4804d9690978dd866d6422b425895aa330e (patch)
treeb5a987df237c77fbd4fb289833741978529531ba
parentconfigure.ac: rename from configure.in. this is for autoconf2.50 (diff)
downloadw3m-9d56e4804d9690978dd866d6422b425895aa330e.tar.gz
w3m-9d56e4804d9690978dd866d6422b425895aa330e.zip
file.c: replace pclose with fclose in the end of uncompress_stream() by Dai Sato
CVS ----------------------------------------------------------------------
-rw-r--r--ChangeLog7
-rw-r--r--file.c4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 79c0f64..9a81fe7 100644
--- 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
@@ -8643,4 +8648,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.946 2005/02/26 17:13:58 ukai Exp $
+$Id: ChangeLog,v 1.947 2006/02/09 12:49:52 inu Exp $
diff --git a/file.c b/file.c
index f8ee6f7..3318681 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.237 2005/01/04 15:51:04 ukai Exp $ */
+/* $Id: file.c,v 1.238 2006/02/09 12:49:52 inu Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -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 *