disk/part_dos.c: Make use of LBAF for printing lbaint_t
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:05:57 +0000 (19:05 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:41:14 +0000 (08:41 -0600)
commit9cede1930b40673c2d86d036b98acf01198f06aa
tree47ea9431a42348ed0d1425a5c327ec56ddc1f14a
parent3393f3ddac2abc4446dc1e5248997c490d08751b
disk/part_dos.c: Make use of LBAF for printing lbaint_t

When printing the contents of an lbaint_t variable we need to use LBAF
to print it in order to get the correct format type depending on 32 or
64bit-ness.

Signed-off-by: Tom Rini <trini@konsulko.com>
disk/part_dos.c