From: Lyndon Nerenberg Date: Thu, 10 Apr 2014 10:52:17 +0000 (-0700) Subject: If getln() sees a newline as its first character, it incorrectly X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/d2afe7d6749bc73f88e1fea993de2e0dbb5b3565?hp=d2afe7d6749bc73f88e1fea993de2e0dbb5b3565 If getln() sees a newline as its first character, it incorrectly references a character one byte before the start of its input buffer. ---