Change double->string precision from 14 to 16 decimals (#2353)

This commit is contained in:
Josh Faust 2010-02-02 02:06:41 +00:00
parent d342317903
commit 351d9180d4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace XmlRpc {
// Format strings
std::string XmlRpcValue::_doubleFormat("%.14g");
std::string XmlRpcValue::_doubleFormat("%.16g");