[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-xorriso] issue concatenating split files with -extract and -cpx
From: |
Thomas Schmitt |
Subject: |
Re: [Bug-xorriso] issue concatenating split files with -extract and -cpx |
Date: |
Fri, 11 Oct 2019 13:04:13 +0200 |
Hi,
the changeset is now commited. See
https://dev.lovelyhq.com/libburnia/libisoburn/commit/e2c71a34d0e1c8dca25dd88f464bc5a34b6c948f
It turned out that 4 occasions needed mending. For three of them i did not
foresee the need to indicate the situation to the split file identifier.
See the changed calls of Xorriso_is_split() in read_run.c and opts_a_c.c.
Xorriso_is_split() itself in iso_tree.c had to be enhanced by flag bit 2.
The fourth occasion showed good intentions but poor computation skills.
2 exp 2 is 4, not 2. That's the Xorriso_identify_split() call in read_run.c.
Then there is a typo fix in iso_tree.c and one in xorriso.texi. Both not
significant for program behavior, of course.
I have tested -extract and -cpx so that all changes got touched by program
execution. Further testing would be heavily appreciated.
Have a nice day :)
Thomas