зеркало из https://github.com/mozilla/pjs.git
fix bustage for ports
This commit is contained in:
Родитель
05de0a465b
Коммит
4f7143e88c
|
@ -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++;
|
||||
|
|
Загрузка…
Ссылка в новой задаче