From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Saroj Mahapatra Message-ID: <6d3220b4.0207121733.71e58889@posting.google.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: [9fans] bug in enc64 Date: Mon, 15 Jul 2002 09:31:13 +0000 Topicbox-Message-UUID: cc1d0304-eaca-11e9-9e20-41e7f4b1d025 A bug in enc64: if (out + 5 >= e) should change to: if (out + 4 >= e)