mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-05 10:26:50 +02:00
Removed Windows compile error.
This commit is contained in:
@@ -562,7 +562,7 @@ void CollectionInfoBuilder::updateLastPlayedPlaylist(CollectionInfo *info, Item
|
|||||||
if(ERROR_ALREADY_EXISTS != GetLastError())
|
if(ERROR_ALREADY_EXISTS != GetLastError())
|
||||||
{
|
{
|
||||||
Logger::write(Logger::ZONE_WARNING, "Collection", "Could not create directory " + dir);
|
Logger::write(Logger::ZONE_WARNING, "Collection", "Could not create directory " + dir);
|
||||||
return false;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user