|
From: Max Z. <ma...@us...> - 2004-08-20 14:59:16
|
Update of /cvsroot/mutella/mutella/mutella In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18745/mutella Modified Files: gnudirector.cpp Log Message: fid in download Index: gnudirector.cpp =================================================================== RCS file: /cvsroot/mutella/mutella/mutella/gnudirector.cpp,v retrieving revision 1.105 retrieving revision 1.106 diff -C2 -d -r1.105 -r1.106 *** gnudirector.cpp 19 Aug 2004 09:34:07 -0000 1.105 --- gnudirector.cpp 20 Aug 2004 14:59:02 -0000 1.106 *************** *** 965,970 **** MGnuDownload* pD = new MGnuDownload(this, results, results[nShortestNameIndex].Name, nFileHandle); ASSERT(pD); - // add to download queue - AddAndStartDownload(pD); // add the file to the known files DB CString sCommonSearch = MakeSearchOfFilename(results[nShortestNameIndex].Name); --- 965,968 ---- *************** *** 976,979 **** --- 974,979 ---- m_pKnownFiles->AddFile(MFT_Attempted, results[i].Size, results[i].Sha1, sCommonSearch, nFileHandle); } + // add to download queue + AddAndStartDownload(pD); return true; } |