info.mtime = grub_divmod64 (node->mtime, 10000000, 0)
- 86400ULL * 365 * (1970 - 1601)
- 86400ULL * ((1970 - 1601) / 4) + 86400ULL * ((1970 - 1601) / 100);
-
if (!info.dir)
- {
- struct grub_ntfs_file *mft = (struct grub_ntfs_file *)node;
- info.size = mft->size;
- if (!mft->inode_read)
- {
- init_file(mft, mft->ino);
- info.size = mft->size;
- free_file(mft);
- }
- }
-
+ info.size = node->size;
grub_free (node);
return ctx->hook (filename, &info, ctx->hook_data);
}
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.68"
+set VENTOY_VERSION="1.0.69"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1