mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
c1892a2f30
commit
359fb3f82b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue