merge mainline into filesys

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-19 00:54:05 +01:00
commit 052677ba71
11 changed files with 131 additions and 25 deletions

View file

@ -894,6 +894,8 @@ grub_udf_iterate_dir (grub_fshelp_node_t dir,
return 0;
filename = read_string (raw, dirent.file_ident_length);
if (!filename)
grub_print_error ();
if (filename && hook (filename, type, child))
{