#12681 fixed double number parse

This commit is contained in:
Daniel Cebrian 2024-01-26 15:06:09 +01:00
parent 139b924410
commit babb7bce38
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ Pandora_Module_Freedisk_Percent::run () {
try {
res = Pandora_Wmi::getDiskFreeSpacePercent (this->disk_id);
this->setOutput (longtostr (res));
this->setOutput (res);
} catch (Pandora_Wmi::Pandora_Wmi_Exception e) {
this->has_output = false;
}