Hello, this commit fixes nothing. To me it is just an instance of using
the right tool for the right job. I could also argue that there is a
performance improvement (because the call passes less arguments) but
that is probably negligible.
I personally would not consider the modified code to be less precise
for the same reasons I do not consider
puts("Hello world");
to be less precise than
printf("Hello world\n");
or
write(STDOUT_FILENO, "Hello world\n", sizeof("Hello world\n"));
Thanks for checking out my commit!