2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated doc
	* src/download_helper.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-07-01 14:54:42 +00:00
parent cf294a4162
commit 8796993c71
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc
* src/download_helper.cc
2009-07-01 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Refactored fieldMan ctor.

View File

@ -204,7 +204,6 @@ createBtRequestGroup(const std::string& torrentFilePath,
SharedHandle<RequestGroup> rg(new RequestGroup(option));
SharedHandle<DownloadContext> dctx(new DownloadContext());
dctx->setDir(option->get(PREF_DIR));
// TODO1.5 Add additional argument auxUris for bittorrent::load* functions.
if(torrentData.empty()) {
bittorrent::load(torrentFilePath, dctx, auxUris);// may throw exception
} else {