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
7 changed files with 138 additions and 105 deletions
Showing only changes of commit c4cbcb99b5 - Show all commits

View File

@ -599,7 +599,7 @@ void reHDD::addSMARTData(list<Drive> *plistDrives)
void reHDD::handleArrowKey(TUI::UserInput userInput)
{
int8_t u8EntrySize = (int8_t)listDrives.size();
uint8_t u8EntrySize = (uint8_t)listDrives.size();
switch (userInput)
{
case TUI::UserInput::DownKey: