mirror of https://github.com/Icinga/icinga2.git
parent
c1892a2f30
commit
359fb3f82b
|
@ -37,7 +37,7 @@ void ConfigWriter::EmitBoolean(std::ostream& fp, bool val)
|
|||
|
||||
void ConfigWriter::EmitNumber(std::ostream& fp, double val)
|
||||
{
|
||||
fp << val;
|
||||
fp << std::fixed << val;
|
||||
}
|
||||
|
||||
void ConfigWriter::EmitString(std::ostream& fp, const String& val)
|
||||
|
|
Loading…
Reference in New Issue