OSDN Git Service

Replaced instances of fprintf(fd, s) with fputs(s, fd) as has been done in 2.2.1...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 4 Apr 2020 22:52:26 +0000 (15:52 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 4 Apr 2020 22:52:26 +0000 (15:52 -0700)
commitab3e3ceaedcd52a4a743543af43fb2eb853815d1
tree31bbee6196285318abe96cbabdd37f06b34fbff0
parentf66ed5a6247b010312a5bb447c387b8e039eb38d
Replaced instances of fprintf(fd, s) with fputs(s, fd) as has been done in 2.2.1.7; that avoids potential problems if s contains something that looks like a format specifier and gets rid of compiler warnings.
src/cmd4.c
src/files.c