Begin integrating TX
This commit is contained in:
@ -24,7 +24,7 @@ uint32_t utils_file_crc32c(const wchar_t *filePath) {
|
||||
msg_err_w(L"Could not create file mapping for %ls", filePath);
|
||||
}
|
||||
|
||||
uint32_t crc = crc32c(0, (unsigned char*)map, fileSize.QuadPart);
|
||||
uint32_t crc = crc32c(0, map, fileSize.QuadPart);
|
||||
|
||||
UnmapViewOfFile(map);
|
||||
CloseHandle(hMap);
|
||||
|
||||
Reference in New Issue
Block a user