mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-11 10:48:39 +02:00
validity: fix log size format in validity_capture_build_cmd_02
This commit is contained in:
parent
b6db67476d
commit
22c92dc16d
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ validity_capture_build_cmd_02 (const ValidityCaptureState *capture,
|
|||
|
||||
/* Debug: log chunk types and sizes */
|
||||
for (gsize i = 0; i < n_patched; i++)
|
||||
fp_dbg ("cmd_02 chunk[%zu]: type=0x%02x size=%zu",
|
||||
fp_dbg ("cmd_02 chunk[%zu]: type=0x%02x size=%u",
|
||||
i, patched[i].type, patched[i].size);
|
||||
|
||||
/* Merge chunks back to binary */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue