X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=e6c166414f1a72c376911b4e4dae63e26250e519;hp=b88f1d31347dc058eacfd5c447c3918c9e7a0952;hb=85c830405886207196aedbd0a2b757b227ba769d;hpb=410b96080ceec15ced70e684115f604380c5b4f6 diff --git a/notmuch-reply.c b/notmuch-reply.c index b88f1d31..e6c16641 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -635,7 +635,7 @@ static int do_reply(notmuch_config_t *config, 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; }