13
0

fix previous commit

This commit is contained in:
Robin Gareus 2024-09-06 20:03:48 +02:00
parent 9e469ad030
commit 145f6d587c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1835,7 +1835,7 @@ PluginManager::mac_vst_discover_from_path (string path, std::set<std::string>& s
return -1;
}
if (scanned_paths.find (path) != scanned_paths::end) {
if (scanned_paths.find (path) != scanned_paths.end ()) {
return 0;
}
scanned_paths.insert (path);