]> diplodocus.org Git - nmh/commitdiff
Replace printf(3) with fputs(3) where possible.
authorRalph Corderoy <ralph@inputplus.co.uk>
Mon, 30 Oct 2017 19:55:14 +0000 (19:55 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Mon, 30 Oct 2017 19:55:14 +0000 (19:55 +0000)
The format string has no format specifiers, and doesn't end with `\n',
so fputs() to stdout is sufficient.


No differences found