Felix Zielcke <[EMAIL PROTECTED]> writes:

> 2008-08-05  Felix Zielcke  <[EMAIL PROTECTED]>
>
>       * partmap/pc.c (pc_partition_map_iterate): Do not abort on an invalid 
> BSD
>       magic or if there's no space left, use grub_dprintf to issue a warning.

Looks fine.

> +                 {
> +                   grub_dprintf ("partition",
> +                                 "invalid disk label magic 0x%x on partition 
> %d\n"
> +                                 label.magic, p.index);
> +                   continue;
> +                 }

Isn't a comma missing after the second string?  I am surprised that
this compiles.  Or am I missing something?

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to