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

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


Author: blade
Date: 2007-04-20 21:44:02 +0000 (Fri, 20 Apr 2007)
New Revision: 741

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

Modified: cdrkit/trunk/genisoimage/tree.c
===================================================================
--- cdrkit/trunk/genisoimage/tree.c	2007-04-20 21:41:38 UTC (rev 740)
+++ cdrkit/trunk/genisoimage/tree.c	2007-04-20 21:44:02 UTC (rev 741)
@@ -1547,22 +1547,22 @@
 #endif
 		return (0);
 	}
-    /* print a warning but don't spam too much */
-    if (S_ISREG(lstatbuf.st_mode) && (lstatbuf.st_size >= (off_t)0xFFFFFFFF)) {
+	/* print a warning but don't spam too much */
+	if (S_ISREG(lstatbuf.st_mode) && (lstatbuf.st_size >= (off_t)0xFFFFFFFF)) {
 
-        if( !allow_limited_size || verbose>1)
-            fprintf(stderr, "File %s is larger than 4GiB-1.\n", whole_path);
-        if( !allow_limited_size)
-        {
-            fprintf(stderr, "-allow-limited-size was not specified. There is no way do represent this file size. Aborting.\n");
-            exit(1);
-        }
-        if(verbose>=1 && ! udf_warned ) {
-            udf_warned++;
-            fprintf(stderr, "This size can only be represented in the UDF filesystem.\n"
-                    "Make sure that your clients support and use it.\n"
-                    "ISO9660, Joliet, RockRidge, HFS will display incorrect size.\n");
-        }
+		if( !allow_limited_size || verbose>1)
+			fprintf(stderr, "File %s is larger than 4GiB-1.\n", whole_path);
+		if( !allow_limited_size)
+		{
+			fprintf(stderr, "-allow-limited-size was not specified. There is no way do represent this file size. Aborting.\n");
+			exit(1);
+		}
+		if(verbose>=1 && ! udf_warned ) {
+			udf_warned++;
+			fprintf(stderr, "This size can only be represented in the UDF filesystem.\n"
+					"Make sure that your clients support and use it.\n"
+					"ISO9660, Joliet, RockRidge, HFS will display incorrect size.\n");
+		}
 	}
 	/*
 	 * Add this so that we can detect directory loops with hard links.




More information about the Debburn-changes mailing list