Base 64 decoder should have returned success instead of eof hit.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@591 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-20 18:30:51 +00:00
parent 40a0813e9e
commit 0a3fb74248

View File

@@ -1852,6 +1852,7 @@ RCODE FLMAPI F_Base64DecoderIStream::read(
{
rc = RC_SET( NE_FLM_BAD_BASE64_ENCODING);
}
rc = NE_FLM_OK;
goto Exit;
}