Closed Wohlstand closed 1 year ago
Via CLang, I accidentally found that .pos field of the mp3file_t structure was not being initialized at the read_id3v2_from_mem() call. So, I added that missing initialisation and fixed that problem.
.pos
mp3file_t
Via CLang, I accidentally found that
.pos
field of themp3file_t
structure was not being initialized at the read_id3v2_from_mem() call. So, I added that missing initialisation and fixed that problem.