On Mon, Jul 17, 2023 at 03:38:11PM +0000, AtariDreams via GitGitGadget wrote: > --- > Prefer fgetc over fgets where possible > > fputc is meant for single characters, fputs is for strings. We are > better off inserting sole \n characters as characters, not whole > strings. > > Signed-off-by: Seija Kijin doremylover123@xxxxxxxxx I tend to agree with Junio's assessment that adding churn here isn't strictly necessary / worth it, but if we do end up taking this patch, note that the subject should reference `fputc()` and `fputs()` instead of `fgetc()` and `fgets()`. Taylor