From c4cbcb99b58b39b1c197b48957a6a223c6169f4e Mon Sep 17 00:00:00 2001 From: localhorst Date: Tue, 9 Dec 2025 21:23:02 +0100 Subject: [PATCH] Signed/Unsigned Comparison --- src/reHDD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reHDD.cpp b/src/reHDD.cpp index dad66b4..aa13b32 100644 --- a/src/reHDD.cpp +++ b/src/reHDD.cpp @@ -599,7 +599,7 @@ void reHDD::addSMARTData(list *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: