On 2/6/18, 8:56 AM, Xueming Shen wrote:
848: checkNewline compares == with linemax; that works when each byte is counted separatelyIt seems like it would safer if it was ">=".updated.
I took it back. >= does not work here. -sherman
On 2/6/18, 8:56 AM, Xueming Shen wrote:
848: checkNewline compares == with linemax; that works when each byte is counted separatelyIt seems like it would safer if it was ">=".updated.
I took it back. >= does not work here. -sherman