mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
c1892a2f30
commit
359fb3f82b
@ -37,7 +37,7 @@ void ConfigWriter::EmitBoolean(std::ostream& fp, bool val)
|
|||||||
|
|
||||||
void ConfigWriter::EmitNumber(std::ostream& fp, double val)
|
void ConfigWriter::EmitNumber(std::ostream& fp, double val)
|
||||||
{
|
{
|
||||||
fp << val;
|
fp << std::fixed << val;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigWriter::EmitString(std::ostream& fp, const String& val)
|
void ConfigWriter::EmitString(std::ostream& fp, const String& val)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user