X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=3ce4b63cf5046492ab39ebf5ee865ecd72bb785b;hp=accea48a194a00a1fced46fef95ab54f263681c4;hb=85c830405886207196aedbd0a2b757b227ba769d;hpb=410b96080ceec15ced70e684115f604380c5b4f6 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; }