Use % for printf, not a dollar sign
This commit is contained in:
parent
d4fcae75e6
commit
4efcd8fff4
@ -422,7 +422,7 @@ match_boot_info(EFI_LOADED_IMAGE *img __unused, char *boot_info, size_t bisz)
|
||||
free(kernel);
|
||||
text = efi_devpath_name(last_dp);
|
||||
if (text) {
|
||||
printf("Using Boot$04x %S + %s\n", boot_current, text,
|
||||
printf("Using Boot%04x %S + %s\n", boot_current, text,
|
||||
kernel);
|
||||
efi_free_devpath_name(text);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user