9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] bug in enc64
@ 2002-07-15 13:15 rob pike, esq.
  0 siblings, 0 replies; 2+ messages in thread
From: rob pike, esq. @ 2002-07-15 13:15 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 35 bytes --]

Thanks. Fixed on sources.

-rob

[-- Attachment #2: Type: message/rfc822, Size: 1537 bytes --]

From: Saroj Mahapatra <saroj@optonline.net>
To: 9fans@cse.psu.edu
Subject: [9fans] bug in enc64
Date: Mon, 15 Jul 2002 09:31:13 GMT
Message-ID: <6d3220b4.0207121733.71e58889@posting.google.com>

A bug in enc64: 
  if (out + 5 >= e) 
should change to:
  if (out + 4 >= e)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] bug in enc64
@ 2002-07-15  9:31 Saroj Mahapatra
  0 siblings, 0 replies; 2+ messages in thread
From: Saroj Mahapatra @ 2002-07-15  9:31 UTC (permalink / raw)
  To: 9fans

A bug in enc64: 
  if (out + 5 >= e) 
should change to:
  if (out + 4 >= e)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-15 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-15 13:15 [9fans] bug in enc64 rob pike, esq.
  -- strict thread matches above, loose matches on Subject: below --
2002-07-15  9:31 Saroj Mahapatra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).