tbytes in WinApp (#1660)

This commit is contained in:
acetone
2021-06-08 09:39:28 -04:00
committed by GitHub
parent 8571830485
commit 8e4781b0f7

View File

@@ -131,7 +131,7 @@ namespace win32
transfer >>= 10;
auto mbytes = transfer & 0x03ff;
transfer >>= 10;
auto gbytes = transfer & 0x03ff;
auto gbytes = transfer;
if (gbytes)
s << gbytes << " GB, ";