shared: Indexer: Use isErrorSaveFileResult() to check for non-successful results
This commit is contained in:
джерело
64a9638d1e
коміт
cc9dae37e5
@ -120,7 +120,7 @@ void Indexer::dirScanProgress(int current, int total)
|
||||
|
||||
void Indexer::processFileScanResult(FileScanResult result)
|
||||
{
|
||||
if(result.second != OK || result.second != OK_WASEMPTY || result.second != SKIPPED)
|
||||
if(isErrorSaveFileResult(result.second))
|
||||
{
|
||||
this->currentIndexResult.results.append(result);
|
||||
if(!keepGoing)
|
||||
|
Завантаження…
Посилання в новій задачі
Block a user