Merge pull request #6835

4846743 daemon: Windows - fix FAT32 warning, trailing backslash is required (xiphon)
remotes/1691602464505633909/tmp_refs/heads/wonerujo-v0.10.1
luigi1111 4 years ago
commit d39f8237e0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -249,7 +249,7 @@ int main(int argc, char const * argv[])
command_line::get_arg(vm, cryptonote::arg_data_dir));
#ifdef WIN32
if (isFat32(data_dir.root_name().c_str()))
if (isFat32(data_dir.root_path().c_str()))
{
MERROR("Data directory resides on FAT32 volume that has 4GiB file size limit, blockchain might get corrupted.");
}

Loading…
Cancel
Save