We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a23e8 commit 1d2936dCopy full SHA for 1d2936d
src/DiskFile.cpp
@@ -203,7 +203,7 @@ void CDiskFile::checkFileWritable(const std::string& fileName) const {
203
ofs.close();
204
}
205
206
-void CDiskFile::createDiskFile(const std::string &fileName, int diskFileSize) {
+void CDiskFile::createDiskFile(const std::string &fileName, u64 diskFileSize) {
207
208
std::ofstream ofs(fileName, std::ios::binary);
209
if (ofs.is_open() && ofs.good()) {
0 commit comments