Fix a mistake in previous commit
This commit is contained in:
parent
785ab8c760
commit
80f9f81424
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue