• R/O
  • SSH
  • HTTPS

lha: Commit


Commit MetaInfo

Revisión892 (tree)
Tiempo2008-06-24 22:37:31
Autorarai

Log Message

The -t command should not affect extracting file attributes.

Cambiar Resumen

Diferencia incremental

--- lha/trunk/configure.ac (revision 891)
+++ lha/trunk/configure.ac (revision 892)
@@ -1,5 +1,5 @@
11 # Process this file with autoconf to produce a configure script.
2-AC_INIT([LHa for UNIX], 1.14i-ac20080221, arai@users.sourceforge.jp, lha)
2+AC_INIT([LHa for UNIX], 1.14i-ac20080515, arai@users.sourceforge.jp, lha)
33 AC_DEFINE_UNQUOTED(LHA_CONFIGURE_OPTIONS, "$ac_configure_args",
44 [specified options for the configure script.])
55 AC_CANONICAL_HOST
--- lha/trunk/ChangeLog (revision 891)
+++ lha/trunk/ChangeLog (revision 892)
@@ -1,3 +1,7 @@
1+2008-05-14 Koji Arai <arai@users.sourceforge.jp>
2+
3+ * src/lhext.c (extract_one): The -t command should not affect extracting file attributes.
4+
15 2008-05-02 Koji Arai <arai@users.sourceforge.jp>
26
37 * added a long option --debug=dumplzss which display debugging information for the LZSS.
--- lha/trunk/src/lhext.c (revision 891)
+++ lha/trunk/src/lhext.c (revision 892)
@@ -497,7 +497,7 @@
497497 error("Unknown file type: \"%s\". use `f' option to force extract.", name);
498498 }
499499
500- if (!output_to_stdout) {
500+ if (!output_to_stdout && !verify_mode) {
501501 if ((hdr->unix_mode & UNIX_FILE_TYPEMASK) != UNIX_FILE_DIRECTORY)
502502 adjust_info(name, hdr);
503503 }
Show on old repository browser