mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Upgrade msvc to include enet and qt translator (#1436)
- Updated MSVC prebuilt package - Fixed build warnings
This commit is contained in:
@ -156,7 +156,7 @@ static void detectEncoding()
|
||||
auto data = resource->readAll();
|
||||
|
||||
// compute how often each character occurs in input file
|
||||
for (size_t i = 0; i < data.second; ++i)
|
||||
for (si64 i = 0; i < data.second; ++i)
|
||||
charCount[data.first[i]] += 1;
|
||||
|
||||
// and convert computed data into weights
|
||||
|
Reference in New Issue
Block a user