[4214] in Athena Bugs
Re: rt 6.4R: sprintf, _doprnt
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Tue Feb 13 16:52:01 1990
Date: Tue, 13 Feb 90 16:51:36 -0500
From: Ken Raeburn <Raeburn@ATHENA.MIT.EDU>
To: Jonathan I. Kamens <jik@PIT-MANAGER.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: Jonathan I. Kamens's message of Tue, 13 Feb 90 13:48:45 -0500,
Date: Tue, 13 Feb 90 13:48:45 -0500
From: Jonathan I. Kamens <jik@PIT-MANAGER.MIT.EDU>
Type and version: RTPC-ROMPC 6.4R
P.S. When stdio.h was modified for the 6.4R release so that sprintf()
would be declared as returning an int, it should have been
*checked* on all platforms before assuming that the right thing
would happen. The fact that it wasn't is irritating.
It wasn't, because we assumed that printf and fprintf were already
doing the right thing. Apparently, this isn't the case.