Revision: 2452
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2452
Author: robertmh
Date: 2009-07-28 21:40:34 +0000 (Tue, 28 Jul 2009)
Log Message:
-----------
2009-07-28 Robert Millan <[email protected]>
* loader/i386/linux.c (grub_cmd_linux): Use ',' rather than ';' as
separator for the suggested gfxpayload string (';' collides with the
parser and needs escaping).
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/loader/i386/linux.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-07-28 21:32:20 UTC (rev 2451)
+++ trunk/grub2/ChangeLog 2009-07-28 21:40:34 UTC (rev 2452)
@@ -1,3 +1,9 @@
+2009-07-28 Robert Millan <[email protected]>
+
+ * loader/i386/linux.c (grub_cmd_linux): Use ',' rather than ';' as
+ separator for the suggested gfxpayload string (';' collides with the
+ parser and needs escaping).
+
2009-07-28 Vladimir Serbinenko <[email protected]>
* loader/i386/multiboot_helper.S (grub_multiboot_backward_relocator):
Modified: trunk/grub2/loader/i386/linux.c
===================================================================
--- trunk/grub2/loader/i386/linux.c 2009-07-28 21:32:20 UTC (rev 2451)
+++ trunk/grub2/loader/i386/linux.c 2009-07-28 21:40:34 UTC (rev 2452)
@@ -776,7 +776,7 @@
linux_mode
= &linux_vesafb_modes[vid_mode - GRUB_LINUX_VID_MODE_VESA_START];
- grub_sprintf (buf, "%ux%ux%u;%ux%u",
+ grub_sprintf (buf, "%ux%ux%u,%ux%u",
linux_vesafb_res[linux_mode->res_index].width,
linux_vesafb_res[linux_mode->res_index].height,
linux_mode->depth,