diff --git a/src/import/ImportMP3.cpp b/src/import/ImportMP3.cpp index 8c2ca6b3c..2b67093c3 100644 --- a/src/import/ImportMP3.cpp +++ b/src/import/ImportMP3.cpp @@ -980,7 +980,7 @@ mad_flow MP3ImportFileHandle::FilterCB(struct mad_stream const *stream, } // Skip the VBR Scale - if (len >= 4 && flags && hasScale) + if (len >= 4 && flags & hasScale) { ptr += 4; len -= 4;