mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-16 23:04:27 -05:00
MB->GB
This commit is contained in:
@@ -859,7 +859,7 @@ CString const ClientMachine::getHardwareInformationString ()
|
||||
buffer += '\n';
|
||||
result += buffer;
|
||||
|
||||
buffer.Format (_T("Physical Memory Size: %i MB"), getPhysicalMemorySize ());
|
||||
buffer.Format (_T("Physical Memory Size: %i GB"), getPhysicalMemorySize ());
|
||||
buffer += '\n';
|
||||
result += buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user