X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-show.c;h=3ce4b63cf5046492ab39ebf5ee865ecd72bb785b;hb=0aba694c11846f76cfa64470d10a50cec8e43bd5;hp=accea48a194a00a1fced46fef95ab54f263681c4;hpb=1ec634461ea25d87cc16dbeb1318f8e30a07c9f1;p=notmuch diff --git a/notmuch-show.c b/notmuch-show.c index accea48a..3ce4b63c 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -902,7 +902,7 @@ do_show_single (void *ctx, return 1; if (count != 1) { - fprintf (stderr, "Error: search term did not match precisely one message (matched %d messages).\n", count); + fprintf (stderr, "Error: search term did not match precisely one message (matched %u messages).\n", count); return 1; }