1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Fix for bug #918

This commit is contained in:
Leland Lucius
2015-04-24 14:17:06 -05:00
parent 45523f4972
commit 267692e113

View File

@@ -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++) {