This commit is contained in:
alecf%netscape.com 1999-02-05 05:25:55 +00:00
Родитель e8335eba48
Коммит ce3f4e80d3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -87,7 +87,7 @@ public:
#endif
virtual ~nsNNTPHost();
// static void operator delete(void *);
NS_DECL_ISUPPORTS
// nsINNTPHost
@ -767,7 +767,7 @@ nsNNTPHost::ProcessLine(char* line, PRUint32 line_size)
}
}
else {
PRUint32 depth;
PRInt32 depth;
rv = m_hostinfo->GetDepth(&depth);
if (NS_SUCCEEDED(rv))