2009-05-06 Robert Millan <rmh.grub@aybabtu.com>

* util/i386/pc/grub-setup.c (setup): Fix check for embed region
        existance.
This commit is contained in:
robertmh 2009-05-06 11:56:17 +00:00
parent 1905c57b0e
commit 29aa5e8163
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-05-06 Robert Millan <rmh.grub@aybabtu.com>
* util/i386/pc/grub-setup.c (setup): Fix check for embed region
existance.
2009-05-05 Felix Zielcke <fzielcke@z-51.de>
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add

View File

@ -317,7 +317,7 @@ setup (const char *dir,
{
grub_partition_iterate (dest_dev->disk, find_usable_region);
if (embed_region.end != 0)
if (embed_region.end != embed_region.start)
embedding_area_exists = 1;
/* If there is enough space... */