Page MenuHome GnuPG

gpgme: Debug output for size_t and off_t
Open, NormalPublic

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