On 29.12.2013 23:53, Leif Lindholm wrote:
> For this to actually print a default value, you need to also update
> the help_filter function. Also, you probably want a %p here.

This is not a pointer in the address space of running process, so %p is
not the right qualifier for it. 0x%x if needed only on 32-bit arch or
0x%llx if on 64-bit as well would be a better alternative.


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to