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