This commit is contained in:
sspitzer%netscape.com 1999-07-17 18:29:42 +00:00
Родитель ed22aed9bb
Коммит 67111823f3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -605,7 +605,7 @@ nsresult nsMsgCompFields::DecodeHeader(MSG_HEADER_SET header)
break;
}
NS_ASSERTION(result < sizeof(m_headers) / sizeof(char*), "wrong result, review the code!");
NS_ASSERTION(result < (int)(sizeof(m_headers) / sizeof(char*)), "wrong result, review the code!");
return result;
}