OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
index 69f4247..92a7f4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-20  Koji Arai  <arai@fgsd.mt.nec.co.jp>
+
+       * src/lha.h: correct usage of mkstemp().
+       On MinGW, opened file cannot be removed.
+
+       * src/lhadd.c (build_temporary_file): ditto.
+
+       * src/lharc.c (fatal_error): ditto.
+
 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
 
        * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.