Fixing bustage from previous checkin.

This commit is contained in:
kaie%netscape.com 2003-07-11 20:20:14 +00:00
parent c95c35d2ca
commit eca5c05eea

View File

@ -1030,7 +1030,7 @@ NS_IMETHODIMP nsMsgComposeSecure::MimeCryptoWriteBlock (const char *buf, PRInt32
by filtering it through the crypto library. */
/* We want to create equally sized encryption strings */
char *inputBytesIterator = buf;
const char *inputBytesIterator = buf;
PRUint32 inputBytesLeft = size;
while (inputBytesLeft) {