fix windows pointer calculation when converting old SEQ format

This commit is contained in:
Ondrej Novak 2025-07-10 21:29:04 +02:00
parent 2ce5f77825
commit 9c680064b2
3 changed files with 6 additions and 6 deletions

View file

@ -958,7 +958,7 @@ void show_loading_picture(char *filename)
ablock_free(p);
}
char end_of_song_callback(void *, TMUSIC_SOURCE *s, TMUSIC_SOURCE_TYPE *t) {
char end_of_song_callback(void *userdata, TMUSIC_SOURCE *s, TMUSIC_SOURCE_TYPE *t) {
const char *ms = get_next_music_from_playlist();
return resolve_music_source(ms, s, t);
}