* util/i386/pc/grub-setup.c (setup): Check that no partition is in
embeding zone, not only the first one.
+2009-07-30 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/i386/pc/grub-setup.c (setup): Check that no partition is in
+ embeding zone, not only the first one.
+
2009-07-29 Joe Auricchio <jauricchio@gmail.com>
* term/gfxterm.c (clear_char): New function.
&& embed_region.end > p->start)
embed_region.end = p->start;
- return 1;
+ return 0;
}
auto int NESTED_FUNC_ATTR find_usable_region_gpt (grub_disk_t disk,