typo fix
This commit is contained in:
parent
c2df8a6f42
commit
42d3003c39
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue