]> granicus.if.org Git - neomutt/commit
Fix "format string is not a string literal" warnings. (closes #3949)
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Thu, 1 Jun 2017 20:33:21 +0000 (13:33 -0700)
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Thu, 1 Jun 2017 20:33:21 +0000 (13:33 -0700)
commitf1639ee7adf1b3f7e55a7ada65cb83c0eebae844
treead15733091409806ebf7fdd844e93c8c57d99a95
parentb4f1f74f0b1fe37cdf284296299a767378d8105d
Fix "format string is not a string literal" warnings. (closes #3949)

Mutt calls msgfmt with '-c' to verify that translation format strings
match, but it is still safer to indirect strings with no formatting
through %s.
crypt-gpgme.c
hook.c
init.c
main.c
mutt_ssl.c
pattern.c
pop.c
pop_auth.c