"AtariDreams via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Seija Kijin <doremylover123@xxxxxxxxx> > > fputc is meant for single characters, > fputs is for strings. We are better off > inserting sole \n characters as > characters, not whole strings. I do not see if these short lines are deliberate; are they meant to follow some sort of poetry styles? In any case, while the above is correct, I do not see the patch noise is worth it in this particular case. Yes, if we are writing code snippets shown with the context in these hunks afresh, please carefully choose between fputs() and fputc(). But once the code is written and it is in, it is not worth to go back and fix it, unless we are fixing surrounding area and doing the clean-up as a "while at it" change. By the way, because my mail program warned against an address that apparently refuses to receive any replies, I had to manually remove "AtariDreams <83477269+AtariDreams@xxxxxxxxxxxxxxxxxxxxxxxx>" while composing this message. I'd appreciate it if you arrange to ensure that your next patch will not have such addresses on your CC: line. Thanks.