llformat with std::string args is no bueno.

This commit is contained in:
Shyotl
2018-02-08 03:25:02 -06:00
parent d46f96a8d6
commit 410d2a83a2

View File

@@ -65,7 +65,7 @@ public:
return;
}
std::string viewer_version = llformat("%s (%i)", LLVersionInfo::getShortVersion(), LLVersionInfo::getBuild());
std::string viewer_version = llformat("%s (%i)", LLVersionInfo::getShortVersion().c_str(), LLVersionInfo::getBuild());
const Json::Value data = root[mType];
#if LL_WINDOWS