gpgme: Debug output for size_t and off_t
Closed, ResolvedPublic

Assigned To
Authored By
gniibe
Jul 5 2024, 6:49 AM

Description

Printing size_t value is better to use z length specifier for Windows 64-bit.
off_t is a bit difficult, but easy solution is casting to size_t and use z specifier.

Revisions and Commits