提交 6d81a882 编写于 作者: A Alexander Alekhin

build warning (windows 32-bit)

上级 c131c12f
......@@ -12,7 +12,7 @@ size_t getFileSize(const string& filename)
if (ifs.is_open())
{
ifs.seekg(0, std::ios::end);
return ifs.tellg();
return (size_t)ifs.tellg();
}
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册