]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
fix wrong printf formatting of signed/unsigned integers
[notmuch] / notmuch-reply.c
index b88f1d31347dc058eacfd5c447c3918c9e7a0952..e6c166414f1a72c376911b4e4dae63e26250e519 100644 (file)
@@ -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;
        }