grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v5 11/13] error: Use format code PRIuGRUB_UINT64_T for 64-bit typ


From: Glenn Washburn
Subject: [PATCH v5 11/13] error: Use format code PRIuGRUB_UINT64_T for 64-bit typed fileblock in grub_error
Date: Wed, 3 Mar 2021 19:29:16 -0600

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/fs/hfsplus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/grub-core/fs/hfsplus.c b/grub-core/fs/hfsplus.c
index 9c4e4c88c..b538f52e0 100644
--- a/grub-core/fs/hfsplus.c
+++ b/grub-core/fs/hfsplus.c
@@ -188,7 +188,8 @@ grub_hfsplus_read_block (grub_fshelp_node_t node, 
grub_disk_addr_t fileblock)
          || !nnode)
        {
          grub_error (GRUB_ERR_READ_ERROR,
-                     "no block found for the file id 0x%x and the block offset 
0x%x",
+                     "no block found for the file id 0x%x and the block"
+                     " offset 0x%"PRIuGRUB_UINT64_T,
                      node->fileid, fileblock);
          break;
        }
-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]