mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 14:43:36 +00:00
Fix a mistake in previous commit
This commit is contained in:
parent
785ab8c760
commit
80f9f81424
@ -385,7 +385,7 @@ iterate_in_b_tree (grub_disk_t disk,
|
||||
grub_bfs_to_cpu16 (node.total_key_len),
|
||||
8) +
|
||||
grub_bfs_to_cpu16 (node.count_keys)
|
||||
* sizeof (grub_uint64_t),
|
||||
* sizeof (grub_uint16_t),
|
||||
&key_value, sizeof (grub_uint64_t), 0);
|
||||
if (err)
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user