Re: [Libcdio-devel] Rock Ridge deep directory support

2020-06-13 Thread Thomas Schmitt
Hi, just to show that i began to review the Rock Ridge Deep Directory code, i wonder why the RR-related code snippet in lib/iso9660/iso9660_fs.c line 832 is not surrounded by #ifdef HAVE_ROCK and how a freshly calloc'ed p_stat shall have (p_stat->rr.u_su_fields & ISO_ROCK_SUF_RE) true. Further i

Re: [Libcdio-devel] Rock Ridge deep directory support

2020-06-13 Thread Pete Batard
Hi Thomas, I'm happy to see you are doing better now. :) On 2020.06.13 13:16, Thomas Schmitt wrote: just to show that i began to review the Rock Ridge Deep Directory code, Thanks! i wonder why the RR-related code snippet in lib/iso9660/iso9660_fs.c line 832 is not surrounded by #ifdef HAVE_