[Debburn-changes] r817 - in cdrkit/trunk: . genisoimage

93sam at alioth.debian.org 93sam at alioth.debian.org
Tue Oct 21 23:57:47 UTC 2008


Author: 93sam
Date: 2008-10-21 23:57:47 +0000 (Tue, 21 Oct 2008)
New Revision: 817

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/genisoimage/tree.c
Log:
  * genisoimage: undo a mistake in the directory permissions change in
    the last release. Fixes handling of deep directory structures.



Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2008-10-21 23:52:05 UTC (rev 816)
+++ cdrkit/trunk/Changelog	2008-10-21 23:57:47 UTC (rev 817)
@@ -4,7 +4,8 @@
   * wodim: In -msinfo mode, only suggest dvd+rw-mediainfo in verbose mode.
     Thanks to Michael Karcher <debian at mkarcher.dialup.fu-berlin.de> for the
     patch.
-  * 
+  * genisoimage: undo a mistake in the directory permissions change in
+    the last release. Fixes handling of deep directory structures.
 
  -- Steve McIntyre <93sam at debian.org>  Wed, 22 Oct 2008 12:47:38 +0100
 

Modified: cdrkit/trunk/genisoimage/tree.c
===================================================================
--- cdrkit/trunk/genisoimage/tree.c	2008-10-21 23:52:05 UTC (rev 816)
+++ cdrkit/trunk/genisoimage/tree.c	2008-10-21 23:57:47 UTC (rev 817)
@@ -1994,7 +1994,7 @@
 		s_entry1->filedir = this_dir;
 
 		statbuf.st_size = (off_t)0;
-//		statbuf.st_mode &= 0777;
+		statbuf.st_mode &= 0777;
 		set_733((char *) s_entry->isorec.size, 0);
 		s_entry->realsize=0;
 		s_entry->size = 0;




More information about the Debburn-changes mailing list