mirror of https://github.com/Icinga/icinga2.git
parent
6383da1f2f
commit
23acc2408d
|
@ -137,6 +137,7 @@ std::wstring removeZero(double val)
|
|||
}
|
||||
pos--;
|
||||
}
|
||||
return L"0";
|
||||
}
|
||||
|
||||
std::vector<std::wstring> splitMultiOptions(std::wstring str)
|
||||
|
|
Loading…
Reference in New Issue