Submitted by: Ivan Nejgebauer <ian@uns.ns.ac.yu>
if (((i+1) == inl) && (((n&3) == 0) || eof))
v=B64_EOF;
if (((i+1) == inl) && (((n&3) == 0) || eof))
v=B64_EOF;
- if ((v == B64_EOF) || (n >= 64))
+ if ((v == B64_EOF) || (n >= 68))
{
/* This is needed to work correctly on 64 byte input
* lines. We process the line and then need to
* accept the '\n' */
{
/* This is needed to work correctly on 64 byte input
* lines. We process the line and then need to
* accept the '\n' */
- if ((v != B64_EOF) && (n >= 64)) exp_nl=1;
+ if ((v != B64_EOF) && (n >= 68)) exp_nl=1;