>From [EMAIL PROTECTED] Tue Jun 25 17:35:15 2002
>The waste of space due to rounding can be avoided using the patch
>attached.
>Eduardo P�rez
>--oJ71EGRlYNjSvfq7
>Content-Type: text/plain; charset=us-ascii
>Content-Disposition: attachment; filename="mkisofs_notevenpathtables.diff"
>--- cdrtools-1.10/mkisofs/mkisofs.c Tue Dec 11 21:39:45 2001
>+++ cdrtools-1.10/mkisofs/mkisofs.c Tue Dec 11 21:39:56 2001
>@@ -2735,14 +2735,8 @@
> }
>
> /* Now assign addresses on the disc for the path table. */
>-
> path_blocks = (path_table_size + (SECTOR_SIZE - 1)) >> 11;
>- if (path_blocks & 1)
>- path_blocks++;
>-
This is unrelated to to the problem....
ISO-9660 requires directory entries not to span sector limits.
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]