bugfix/ai-static-analysis #82

Merged
localhorst merged 33 commits from bugfix/ai-static-analysis into master 2025-12-10 21:52:17 +01:00
Showing only changes of commit 2d63788352 - Show all commits
+1 -1
View File
@@ -94,7 +94,7 @@ Drive *reHDD::getSelectedDrive()
else
{
Logger::logThis()->warning("selected drive not present");
return {};
return nullptr;
}
}