Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131282
Collapse All | Expand All

(-)nzbget-0.2.3-orig/ArticleDownloader.cpp (-1 / +1 lines)
Lines 184-190 Link Here
184
						line = pConnection->ReadLine();
184
						line = pConnection->ReadLine();
185
185
186
						// Have we encountered a timeout?
186
						// Have we encountered a timeout?
187
						if( (int)line == EOF )
187
						if( (long)line == EOF )
188
						{
188
						{
189
							perror( "pConnection->ReadLine() encountered error" );
189
							perror( "pConnection->ReadLine() encountered error" );
190
							m_pJob->SetStatus(JOBSTATUS_FAILED);
190
							m_pJob->SetStatus(JOBSTATUS_FAILED);

Return to bug 131282