mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Fix a typo
This commit is contained in:
parent
2b793d2d1e
commit
93ae73adbc
@ -112,7 +112,7 @@ DWORD test::GetFileSize(HANDLE hFile, LPDWORD lpFileSizeHigh) {
|
||||
}
|
||||
if (fstat_sim == MAX_SIZE) {
|
||||
DWORD max = std::numeric_limits<DWORD>::max();
|
||||
*lpFileSizeHig = max >> 1;
|
||||
*lpFileSizeHigh = max >> 1;
|
||||
return max;
|
||||
}
|
||||
return ::GetFileSize(hFile, lpFileSizeHigh);
|
||||
|
Loading…
Reference in New Issue
Block a user