[Debburn-changes] r398 - nonameyet/trunk/mkisofs

Peter Samuelson peter at p12n.org
Sun Nov 19 23:14:36 CET 2006


[Eduard Bloch]
> --- nonameyet/trunk/mkisofs/mkisofs.c	2006-11-15 15:12:23 UTC (rev 397)
> +++ nonameyet/trunk/mkisofs/mkisofs.c	2006-11-19 17:07:23 UTC (rev 398)
> @@ -3019,7 +3019,12 @@
>  		 * This is the first ISO directory entry in the root dir.
>  		 */
>  		c = isonum_733((unsigned char *)mrootp->extent);
> +#ifdef  USE_SCG
>  		readsecs(c, sector, 1);
> +#else
> +    lseek(fileno(in_image), c*2048, SEEK_SET);
> +    read(fileno(in_image), sector, sizeof (sector));
> +#endif

Is mkisofs supposed to work with 4.7GB DVDs with ISO-9660 filesystems?
lseek() uses a 32-bit offset (on 32-bit platforms).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/debburn-changes/attachments/20061119/55521231/attachment.pgp


More information about the Debburn-changes mailing list