Fix n == 1 case. Here should be no physical read (fill buffer) attempt
(we read n - 1 chars with the room for NUL, see fgets()),
and no NULL return.
MFC after: 3 days
Fix n == 1 case. Here should be no physical read (fill buffer) attempt Tags None Referenced Files None Subscribers None
Description
Details
|