mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-21 11:14:05 -04:00
1.0.69 release
This commit is contained in:
parent
a173acaf17
commit
045f53d768
@ -995,19 +995,8 @@ grub_ntfs_dir_iter (const char *filename, enum grub_fshelp_filetype filetype,
|
|||||||
info.mtime = grub_divmod64 (node->mtime, 10000000, 0)
|
info.mtime = grub_divmod64 (node->mtime, 10000000, 0)
|
||||||
- 86400ULL * 365 * (1970 - 1601)
|
- 86400ULL * 365 * (1970 - 1601)
|
||||||
- 86400ULL * ((1970 - 1601) / 4) + 86400ULL * ((1970 - 1601) / 100);
|
- 86400ULL * ((1970 - 1601) / 4) + 86400ULL * ((1970 - 1601) / 100);
|
||||||
|
|
||||||
if (!info.dir)
|
if (!info.dir)
|
||||||
{
|
info.size = node->size;
|
||||||
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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
grub_free (node);
|
grub_free (node);
|
||||||
return ctx->hook (filename, &info, ctx->hook_data);
|
return ctx->hook (filename, &info, ctx->hook_data);
|
||||||
}
|
}
|
||||||
|
@ -2069,7 +2069,7 @@ function img_unsupport_menuentry {
|
|||||||
#############################################################
|
#############################################################
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
set VENTOY_VERSION="1.0.68"
|
set VENTOY_VERSION="1.0.69"
|
||||||
|
|
||||||
#ACPI not compatible with Window7/8, so disable by default
|
#ACPI not compatible with Window7/8, so disable by default
|
||||||
set VTOY_PARAM_NO_ACPI=1
|
set VTOY_PARAM_NO_ACPI=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user