From 3276234ae838dd645ae97561cda5eb9bfa8e0005 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Tue, 16 Jun 2020 09:05:29 -0500 Subject: [PATCH] Bug 2484 - OPUS import fails --- src/import/ImportMP3.cpp | 1 + 1 file changed, 1 insertion(+) 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;