[Debburn-changes] r742 - cdrkit/trunk/genisoimage

Eduard Bloch blade at alioth.debian.org
Fri Apr 20 21:53:21 UTC 2007


Author: blade
Date: 2007-04-20 21:53:20 +0000 (Fri, 20 Apr 2007)
New Revision: 742

Modified:
   cdrkit/trunk/genisoimage/tree.c
Log:
Fixed indenting

Modified: cdrkit/trunk/genisoimage/tree.c
===================================================================
--- cdrkit/trunk/genisoimage/tree.c	2007-04-20 21:44:02 UTC (rev 741)
+++ cdrkit/trunk/genisoimage/tree.c	2007-04-20 21:53:20 UTC (rev 742)
@@ -1420,6 +1420,8 @@
 	if (this_dir == root && strcmp(short_name, ".") == 0)
 		root_statbuf = statbuf;	/* Save this for later on */
 
+	printf("hab: %s, gesetzt, st_mode: %d\n", short_name, statbuf.st_mode);
+
 	/* We do this to make sure that the root entries are consistent */
 	if (this_dir == root && strcmp(short_name, "..") == 0) {
 		statbuf = root_statbuf;




More information about the Debburn-changes mailing list