* grub-core/fs/hfsplus.c (grub_hfsplus_btree_iterate_node): Pass

the context through.
	(grub_hfsplus_iterate_dir): Move nested function out of its parent.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-01 14:02:27 +01:00
parent f9b7d78007
commit e114c3cc54
2 changed files with 139 additions and 117 deletions

View file

@ -1,3 +1,9 @@
2013-03-01 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/hfsplus.c (grub_hfsplus_btree_iterate_node): Pass
the context through.
(grub_hfsplus_iterate_dir): Move nested function out of its parent.
2013-03-01 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-editenv.c (list_variables): Move print_var out of its