You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/sdl-mixer/files/sdl-mixer-1.2.12-clang.patch

12 lines
276 B

--- SDL_mixer-1.2.12.orig/music_mad.c
+++ SDL_mixer-1.2.12/music_mad.c
@@ -224,7 +224,7 @@
if ((mp3_mad->status & MS_playing) == 0) {
/* We're not supposed to be playing, so send silence instead. */
memset(stream, 0, len);
- return;
+ return 0;
}
out = stream;