[Anthony DeRobertis] > Executing 'genisoimage Macross.tar.00 | builtin_dd of=/dev/dvdrw obs=32k > seek=0' > I: -input-charset not specified, using utf-8 (detected in locale settings) > File Macross.tar.00 is larger than 4GiB-1.
Indeed, the code checks for size >= (off_t)0xffffffff. I have no idea whether the code is wrong or the error message is wrong - is there a reason for the real limit to be 0xfffffffe? Wouldn't surprise me, there are some strange things in iso9660 land. -- Peter Samuelson | org-tld!p12n!peter | http://p12n.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

