mirror of https://github.com/xzeldon/htop.git
Make casing of N/A consistent (majority was N/A)
This commit is contained in:
parent
2c27f1d9ab
commit
83bf8cfad6
|
@ -29,7 +29,7 @@ static void BatteryMeter_updateValues(Meter* this, char* buffer, int len) {
|
||||||
|
|
||||||
if (isnan(percent)) {
|
if (isnan(percent)) {
|
||||||
this->values[0] = NAN;
|
this->values[0] = NAN;
|
||||||
xSnprintf(buffer, len, "n/a");
|
xSnprintf(buffer, len, "N/A");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue