diff --git a/Sources/Plasma/CoreLib/hsSystemInfo.cpp b/Sources/Plasma/CoreLib/hsSystemInfo.cpp index d23c55e01d..541aad1461 100644 --- a/Sources/Plasma/CoreLib/hsSystemInfo.cpp +++ b/Sources/Plasma/CoreLib/hsSystemInfo.cpp @@ -294,7 +294,7 @@ static inline bool IGetWindowsVersion(const RTL_OSVERSIONINFOEXW& info, ST::stri if (info.wProductType == VER_NT_WORKSTATION) ss << "Professional "; - if (info.szCSDVersion && *info.szCSDVersion) + if (info.szCSDVersion[0]) ss << info.szCSDVersion << ' '; ss << "(Build " << info.dwBuildNumber << ')';