From: Ralph Corderoy Date: Mon, 30 Oct 2017 19:55:14 +0000 (+0000) Subject: Replace printf(3) with fputs(3) where possible. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/eed1bea439a5e3c62958fa1e524d527c4a2fb85d?hp=eed1bea439a5e3c62958fa1e524d527c4a2fb85d Replace printf(3) with fputs(3) where possible. The format string has no format specifiers, and doesn't end with `\n', so fputs() to stdout is sufficient. ---