Robert William Fuller wrote:
Robert William Fuller wrote:
Robert William Fuller wrote:
Robert William Fuller wrote:
This is preliminary work for adding support for audio track pregaps
in NRG images. It does not change existing behavior, but it does
add necessary fields to the daox and daoi structures. Let me know
what you think. I'm assuming I should hold on to these until after
the freeze?
Scratch that. I just realized I can delete code from nrg.c! Another
patch will follow.
Sheesh, why make common structures if you don't delete code? Ok, so
here's the revised version:
Aw crap. I'll never get this right. Here's the same patch with the
"Only in" removed:
Looks like I missed that extra +1 for CDIO_MCN_SIZE too.... O well,
when I submit something larger? The funny thing is that CDIO_MCN_SIZE
is 13, so the macro already includes the NULL terminator, but there's
lots of code that allocates CDIO_MCN_SIZE+1 then does [CDIO_MCN_SIZE]='\0';