Bug#429244: Refined the patch

2008-02-21 Thread Raphael Hertzog
severity 429244 serious
tag 429244 + pending patch
thanks

This bug is really release critical IMO, it would render for example
ISO generated by debian-cd unreadable on Windows. We have a patch and
apparently the fix is already committed in the SVN (according to Sledge).
Tag the bug accordingly.

On Fri, 21 Sep 2007, Harald Hoyer wrote:
 Refined the patch to remove the bogus warning about . and ..

I tried it here (genisoimage-dlength.patch ) and it also works for me.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/




Bug#429244: Refined the patch

2008-02-14 Thread Sam Morris
The patch worked for me.

-- 
Sam Morris [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Bug#429244: Refined the patch

2007-09-21 Thread Harald Hoyer

Refined the patch to remove the bogus warning about . and ..
--- cdrkit-1.1.6/genisoimage/tree.c.dlength	2007-09-21 08:38:50.0 +0200
+++ cdrkit-1.1.6/genisoimage/tree.c	2007-09-21 08:41:23.0 +0200
@@ -1596,12 +1596,12 @@ insert_file_entry(struct directory *this
 		!S_ISFIFO(lstatbuf.st_mode)  !S_ISSOCK(lstatbuf.st_mode) 
 		!S_ISLNK(lstatbuf.st_mode)  !S_ISREG(lstatbuf.st_mode) 
 		!S_ISDIR(lstatbuf.st_mode)) {
-if ( ! (this_dir == root  strcmp(short_name, ..) == 0)) {
-fprintf(stderr,
-Unknown file type (%s) %s - ignoring and continuing.\n,
-filetype((int) lstatbuf.st_mode), whole_path);
-return (0);
-}
+		if ( ! (this_dir == root  strcmp(short_name, ..) == 0)) {
+			fprintf(stderr,
+			Unknown file type (%s) %s - ignoring and continuing.\n,
+filetype((int) lstatbuf.st_mode), whole_path);
+		}
+		return (0);
 	}
 	/* Who knows what trash this is - ignore and continue */
 


smime.p7s
Description: S/MIME Cryptographic Signature