* script/lua/grub_lua.h (fputs): Supply a format string as the first
argument to grub_printf.
+2009-09-01 Colin Watson <cjwatson@ubuntu.com>
+
+ * script/lua/grub_lua.h (fputs): Supply a format string as the first
+ argument to grub_printf.
+
2009-09-01 Felix Zielcke <fzielcke@z-51.de>
* genmk.rb: Add quotes around $(TARGET_OBJ2ELF) to cope with
#define setjmp grub_setjmp
#define longjmp grub_longjmp
-#define fputs(s,f) grub_printf(s)
+#define fputs(s,f) grub_printf("%s", s)
#define isdigit grub_isdigit
#define isalpha grub_isalpha