This commit is contained in:
Don Bright 2016-10-06 21:35:59 -05:00
parent c2df8a6f42
commit 42d3003c39

View file

@ -135,7 +135,7 @@ std::string PlatformUtils::sysinfo(bool extended)
fmt % osinfo.dwMajorVersion % osinfo.dwMinorVersion
% osinfo.wServicePackMajor % osinfo.wServicePackMinor
% (osinfo.wProductType == VER_NT_WORKSTATION);
result += fmt.str;
result += fmt.str();
}
SYSTEM_INFO systeminfo;