Commit 84c4e9e
committed
src/metadata.c: fix format for __u64 in metadata.c
On ppc64le, __u64 is typedef'd as 'unsigned long' rather than
'unsigned long long', so using %llx triggers a -Wformat= warning.
Update to use %" PRIx64 " to fix the warning.
Fixes: #233
Signed-off-by: Yi Zhang <[email protected]>
Assisted-by: Claude:claude-sonnet-4.61 parent 2824524 commit 84c4e9e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
248 | | - | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
0 commit comments