[2182] 2009-05-04 Robert Millan <[email protected]>

Robert Millan <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2182
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2182
Author:   robertmh
Date:     2009-05-04 18:59:12 +0000 (Mon, 04 May 2009)
Log Message:
-----------
2009-05-04  Robert Millan  <[email protected]>

        * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (grub_cmd_linux): Fix
        build error.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/loader/i386/linux.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-05-04 18:40:33 UTC (rev 2181)
+++ trunk/grub2/ChangeLog	2009-05-04 18:59:12 UTC (rev 2182)
@@ -1,5 +1,10 @@
 2009-05-04  Robert Millan  <[email protected]>
 
+	* loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (grub_cmd_linux): Fix
+	build error.
+
+2009-05-04  Robert Millan  <[email protected]>
+
 	* loader/i386/linux.c (grub_cmd_linux): Make "vga=" compatibility
 	parameter only available on BIOS.
 

Modified: trunk/grub2/loader/i386/linux.c
===================================================================
--- trunk/grub2/loader/i386/linux.c	2009-05-04 18:40:33 UTC (rev 2181)
+++ trunk/grub2/loader/i386/linux.c	2009-05-04 18:59:12 UTC (rev 2182)
@@ -650,8 +650,9 @@
 	if (grub_errno)
 	  goto fail;
       }
+    else
 #endif /* GRUB_MACHINE_PCBIOS */
-    else if (grub_memcmp (argv[i], "mem=", 4) == 0)
+    if (grub_memcmp (argv[i], "mem=", 4) == 0)
       {
 	char *val = argv[i] + 4;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.