X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=7b40568e83240ba5cb48b368f1bf89fb703f34ec;hp=43ee2112d72c925f239bc3fcb7d6ce8c5036240c;hb=3f42e87030cf9a30f65ae082af2a53280f6c9100;hpb=d449c60a73cae2fdd88aa7c255e49d67c5a907ff diff --git a/notmuch-show.c b/notmuch-show.c index 43ee2112..7b40568e 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -728,7 +728,7 @@ format_part_sigstatus_json (const GMimeSignatureValidity* validity) printf (", \"keyid\": %s", json_quote_str (ctx_quote, signer->keyid)); } if (signer->errors != GMIME_SIGNER_ERROR_NONE) { - printf (", \"errors\": %x", signer->errors); + printf (", \"errors\": %d", signer->errors); } printf ("}");