diff --git a/src/import/ImportMP3.cpp b/src/import/ImportMP3.cpp index 5183a9d9f..3ef07f822 100644 --- a/src/import/ImportMP3.cpp +++ b/src/import/ImportMP3.cpp @@ -538,6 +538,7 @@ bool MP3ImportFileHandle::CheckMP3() if (i) { wxLogMessage(wxT("Skipped %d bytes while searching for first MP3 frame."), i); + return false; } return true;