X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-show.c;h=c0498c6672686efdbde940c678aea82cdc663780;hb=5648bebe6914073c31778d7342e223b9fef2a65f;hp=dd836adda6ad6929680244c7c8628429466a32f3;hpb=6a7b61b1d50bf25ebce61fa58af1c195951b387c;p=notmuch diff --git a/notmuch-show.c b/notmuch-show.c index dd836add..c0498c66 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -909,7 +909,7 @@ format_part_raw (unused (const void *ctx), unused (sprinter_t *sp), } if (ssize > 0 && fwrite (buf, ssize, 1, stdout) != 1) { - fprintf (stderr, "Error: Write %ld chars to stdout failed\n", ssize); + fprintf (stderr, "Error: Write %zd chars to stdout failed\n", ssize); goto DONE; } }