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
2 changed files with 15 additions and 15 deletions
Showing only changes of commit 2d63788352 - Show all commits

View File

@ -94,7 +94,7 @@ Drive *reHDD::getSelectedDrive()
else
{
Logger::logThis()->warning("selected drive not present");
return {};
return nullptr;
}
}