diff --git a/tasks/task_database.c b/tasks/task_database.c index 1a28754fb6..c3661f965c 100644 --- a/tasks/task_database.c +++ b/tasks/task_database.c @@ -414,7 +414,7 @@ static int task_database_iterate_crc_lookup( unsupported_content = core_info_unsupported_content_path(name); /* don't scan files that can't be in this database */ - if(!db_supports_content && !unsupported_content) + if(!db_supports_content || unsupported_content) return database_info_list_iterate_next(db_state); snprintf(query, sizeof(query),