mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#12681 fixed decimals in module freepercent
This commit is contained in:
parent
1b9cd2d36c
commit
b8973ecab4
@ -48,7 +48,7 @@ Pandora_Module_Freedisk_Percent::Pandora_Module_Freedisk_Percent (string name, s
|
|||||||
|
|
||||||
void
|
void
|
||||||
Pandora_Module_Freedisk_Percent::run () {
|
Pandora_Module_Freedisk_Percent::run () {
|
||||||
long res;
|
double res;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Pandora_Module::run ();
|
Pandora_Module::run ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user