зеркало из https://github.com/mozilla/pjs.git
fix downloading of news messages downloading every other message fix by marcus.spranger@gmx.de r=naving, sr=me 84069
This commit is contained in:
Родитель
e1554f8c04
Коммит
d048104d20
|
@ -118,12 +118,9 @@ nsresult nsNewsDownloader::DownloadNext(PRBool firstTimeP)
|
|||
m_listener->OnStopRunningUrl(nsnull, NS_OK);
|
||||
return NS_OK;
|
||||
}
|
||||
// return 0;
|
||||
// char *url = m_folder->BuildUrl(m_newsDB, m_keyToDownload);
|
||||
m_numwrote++;
|
||||
|
||||
StartDownload();
|
||||
m_wroteAnyP = PR_FALSE;
|
||||
StartDownload();
|
||||
m_wroteAnyP = PR_FALSE;
|
||||
nsCOMPtr <nsINntpService> nntpService = do_GetService(NS_NNTPSERVICE_CONTRACTID,&rv);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче