Fixed a crash in QAAC detection code.
This commit is contained in:
parent
11acbb60a0
commit
8db30bdd68
@ -490,7 +490,7 @@ void InitializationThread::initQAac(void)
|
|||||||
qaacFileInfo[1] = QFileInfo(QString("%1/libsoxrate.dll").arg(appPath));
|
qaacFileInfo[1] = QFileInfo(QString("%1/libsoxrate.dll").arg(appPath));
|
||||||
|
|
||||||
bool qaacFilesFound = true;
|
bool qaacFilesFound = true;
|
||||||
for(int i = 0; i < 4; i++) { if(!qaacFileInfo[i].exists()) qaacFilesFound = false; }
|
for(int i = 0; i < 2; i++) { if(!qaacFileInfo[i].exists()) qaacFilesFound = false; }
|
||||||
|
|
||||||
//Lock the QAAC binaries
|
//Lock the QAAC binaries
|
||||||
if(!qaacFilesFound)
|
if(!qaacFilesFound)
|
||||||
|
Loading…
Reference in New Issue
Block a user