On Jan 24, 2009, at 4:07 AM, Havard Eidnes wrote:
Module Name:    src
Committed By:   he
Date:           Sat Jan 24 12:07:44 UTC 2009
Modified Files:
        src/crypto/external/bsd/openpgpsdk/dist/src/lib: keyring.c
Log Message:
Print size_t values using %zd printf format, not %d.
should be %zu since size_t is unsigned.