mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 23:34:18 +00:00
* grub-core/fs/affs.c (grub_affs_iterate_dir): Mark as case insensitive.
This commit is contained in:
parent
dacd85cfb0
commit
2f48221f5c
@ -1,3 +1,7 @@
|
|||||||
|
2012-05-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/fs/affs.c (grub_affs_iterate_dir): Mark as case insensitive.
|
||||||
|
|
||||||
2012-05-07 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-05-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/fs/sfs.c (grub_sfs_rblock): New fields createtime and
|
* grub-core/fs/sfs.c (grub_sfs_rblock): New fields createtime and
|
||||||
|
@ -323,6 +323,8 @@ grub_affs_iterate_dir (grub_fshelp_node_t dir,
|
|||||||
else
|
else
|
||||||
type = GRUB_FSHELP_UNKNOWN;
|
type = GRUB_FSHELP_UNKNOWN;
|
||||||
|
|
||||||
|
type |= GRUB_FSHELP_CASE_INSENSITIVE;
|
||||||
|
|
||||||
node->data = data;
|
node->data = data;
|
||||||
node->block = block;
|
node->block = block;
|
||||||
node->di = *fil;
|
node->di = *fil;
|
||||||
|
Loading…
Reference in New Issue
Block a user