remove an errant AHHHH
git-svn-id: https://svn.musicpd.org/mpd/trunk@1284 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -272,7 +272,6 @@ int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if(MAD_RECOVERABLE((data->stream).error)) {
|
if(MAD_RECOVERABLE((data->stream).error)) {
|
||||||
if(tag) printf("AHHH\n");
|
|
||||||
return DECODE_SKIP;
|
return DECODE_SKIP;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user