18 Jan
2024
18 Jan
'24
12:04 p.m.
On Wed Jan 17 22:58:05 2024 +0000, Rémi Bernon wrote:
Ok, well it definitely looked like it was :) Anyway, I don't think the name really matters here and `parent` seems more consistent with the other similar parsing functions. I think using the chunk type is more common, for example:
```c static HRESULT parse_track_list(struct segment *This, IStream *stream, const struct chunk_entry *trkl) ``` in segment.c -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4852#note_57894