diff --git a/src/import/ImportQT.cpp b/src/import/ImportQT.cpp index 26243cef6..de80f9db3 100644 --- a/src/import/ImportQT.cpp +++ b/src/import/ImportQT.cpp @@ -367,7 +367,7 @@ int QTImportFileHandle::Import(TrackFactory *trackFactory, } } while (updateResult == eProgressSuccess); - bool res = (updateResult == eProgressSuccess && err == noErr); + res = (updateResult == eProgressSuccess && err == noErr); if (res) { for (c = 0; c < numchan; c++) {