Fixing bustage from previous checkin.

This commit is contained in:
kaie%netscape.com 2003-07-11 20:20:14 +00:00
Родитель b5e2cec742
Коммит 85ae6c6e74
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {