Le 24/05/2016 à 20:42, Emeric Grange a écrit :
> @@ -1202,6 +1203,13 @@ typedef struct
>
> typedef struct
> {
> + uint32_t i_chapter_count;
> + uint32_t i_chapter_start[100];
> +
still the same issue as mentioned months ago.
If you can't work with dynamic arrays, ask for help.
Francois