X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gcrypt.c;h=f4d4cc6f9d20678ef5a6fa5b41672db108ea2345;hb=4939f46c7b4c334356c6820a7b57d094ad20c40a;hp=af7f2af1131e1132009fec7e1cb50b160bbca928;hpb=40afd4dc544c8405b5eabcc4222692d357ddf48e;p=paraslash.git diff --git a/gcrypt.c b/gcrypt.c index af7f2af1..f4d4cc6f 100644 --- a/gcrypt.c +++ b/gcrypt.c @@ -26,7 +26,7 @@ static void dump_buffer(const char *msg, unsigned char *buf, int len) { int i; - fprintf(stderr, "%s (%u bytes): ", msg, len); + fprintf(stderr, "%s (%d bytes): ", msg, len); for (i = 0; i < len; i++) fprintf(stderr, "%02x ", buf[i]); fprintf(stderr, "\n");