This commit is contained in:
naving%netscape.com 2001-10-10 21:17:57 +00:00
Родитель 05de0a465b
Коммит 4f7143e88c
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1092,7 +1092,8 @@ nsMsgSearchValidityManager::InitOtherHeadersInTable (nsIMsgSearchValidityTable *
{
PRUint32 strlen = PL_strlen(customHeaders);
PRUint32 numHeaders=0;
for (PRUint32 i=0;i <strlen; i++)
PRUint32 i=0;
for (i=0;i <strlen; i++)
if (customHeaders[i] == ':')
numHeaders++;
numHeaders++;