Browse Source

tbytes in WinApp (#1660)

pull/1661/head
acetone 3 years ago committed by GitHub
parent
commit
8e4781b0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Win32/Win32App.cpp

2
Win32/Win32App.cpp

@ -131,7 +131,7 @@ namespace win32 @@ -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, ";

Loading…
Cancel
Save