[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: I really found a little bug in mkisofs 2.01.01a13



scdbackup@gmx.net wrote:

> Hi,
>
> i think i found a newly introduced bug in mkisofs 2.01.01a13. 
>
> This command does work:
>
>   $ mkisofs -J -R -D -graft-points /my/dir >/dev/null
>
> But this one does not any more:
>
>   $ mkisofs -J -joliet-long -R -D -graft-points /my/dir >/dev/null
>   Bad Option '-joliet-long' (error -1 BADFLAG).
>   Usage: mkisofs [options] file...
>
>   Use mkisofs -help
>   to get a list of valid options.
>   $ mkisofs -help 2>&1 | grep joliet-long
>     -joliet-long   Allow Joliet file names to be 103 Unicode characters
>
> -joliet-long is still in help text and man page.
> So if it is to be dismissed, the docs need to be adjusted.

Check this:

 diff -u /tmp/getargs.c .
--- /tmp/getargs.c      Sa Sep  9 16:00:52 2006
+++ ./getargs.c Sa Sep  9 15:58:33 2006
@@ -583,6 +583,7 @@
                                        sfmt = fmt = flagp->ga_format;
                                        if (flags & SETARGS)
                                                curarg = flagp->ga_arg;
+                                       argp = sargp;
                                        goto again;
                                }
                                if (singlecharflag && !doubledash &&


Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                (uni)  
       schilling@fokus.fraunhofer.de     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to cdwrite-REQUEST@other.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@other.debian.org


Reply to: