* normal/cmdline.c (grub_cmdline_get): Supply a format string as
the first argument to grub_printf.
+2009-08-28 Colin Watson <cjwatson@ubuntu.com>
+
+ * normal/cmdline.c (grub_cmdline_get): Supply a format string as
+ the first argument to grub_printf.
+
2009-08-28 Colin Watson <cjwatson@ubuntu.com>
2009-08-28 Robert Millan <rmh.grub@aybabtu.com>
if ((grub_getxy () >> 8) != 0)
grub_putchar ('\n');
- grub_printf (prompt);
+ grub_printf ("%s", prompt);
xpos = plen;
ystart = ypos = (grub_getxy () & 0xFF);