* util/grub-mkimage.c (main): Fix format-security warning.
* util/grub-mkrelpath.c (main): Likewise. * util/grub-probe.c (main): Likewise.
This commit is contained in:
parent
65f08dbfe0
commit
69edd81ab7
4 changed files with 9 additions and 3 deletions
|
@ -1821,7 +1821,7 @@ main (int argc, char *argv[])
|
|||
|
||||
if (!image_target)
|
||||
{
|
||||
printf (_("Target format not specified (use the -O option).\n"));
|
||||
printf ("%s", _("Target format not specified (use the -O option).\n"));
|
||||
usage (1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue