From aad57dbb2506803a59085b536679dd725ac1f44c Mon Sep 17 00:00:00 2001 From: Konata Izumi Date: Mon, 8 May 2017 20:34:13 -0400 Subject: [PATCH] Changed Raw Values to decimal --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 65d43ac..97ca023 100644 --- a/main.cpp +++ b/main.cpp @@ -360,7 +360,7 @@ void drawStatus(WINDOW * window, SMART const & smart) for (int i = 0; i < static_cast(smart.attribute.size()); ++i) { wattrset(window, COLOR_PAIR(4 + static_cast(attributeToHealth(smart.attribute[i])))); - mvwprintw(window, 9 + i, 1, " %-7s %02X %-28s %7d %5d %9d %012X ", + mvwprintw(window, 9 + i, 1, " %-7s %02X %-28s %7d %5d %9d %012d ", healthToString(attributeToHealth(smart.attribute[i])).c_str(), smart.attribute[i].id, smart.attribute[i].name.c_str(),